mirror of https://github.com/citusdata/citus.git
PG 17 Removes outer parentheses from CHECK constraints
we add them back for pg15,pg16 compatibility
e.g. change CHECK other_col >= 100 to CHECK (other_col >= 100)
Relevant PG commit:
e59fcbd712c777eb2987d7c9ad542a7e817954ec
|
||
---|---|---|
.. | ||
backend | ||
include | ||
test |