mirror of https://github.com/citusdata/citus.git
multi_name_lengths
remove citus-tools normalization added normlize update update update update update . update . revert some files update update update updatepull/7726/head
parent
d5f067a03f
commit
61ac31fbcc
|
@ -319,3 +319,8 @@ s/COPY DEFAULT only available using COPY FROM/COPY DEFAULT cannot be used with C
|
|||
s/COPY delimiter must not appear in the DEFAULT specification/COPY delimiter character must not appear in the DEFAULT specification/
|
||||
|
||||
#endif /* PG_VERSION_NUM < PG_VERSION_17 */
|
||||
|
||||
# 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)
|
||||
s/\| CHECK ([a-zA-Z])(.*)/| CHECK \(\1\2\)/g
|
||||
|
|
Loading…
Reference in New Issue