Nikhil Sontakke 577b923822 Disallow hash partitioning on primary column
The new "create_hypertable" API using the dimension info inadvertantly
allowed creating hypertables with hash partitioning on the primary
column. Since the rest of the machinery (policies, tiering, etc.) does
not support hash partitions on primary column properly, we restrict it
now in the new API. The older "create_hypertable" API was disallowing
it earlier anyways.

Fixes #6993
2024-06-05 14:33:53 +05:30

2 lines
59 B
Plaintext

Fixes: #6993 Disallow hash partitioning on primary column