Commit Graph

2 Commits (7d24ed0d8ba95854cd2cf7b938d7316ff5ebaad0)

Author SHA1 Message Date
Onur Tirtir 7d24ed0d8b Makes sure to handle NULL constraints for ADD COLUMN commands (#7093)
DESCRIPTION: Fixes a bug that causes an unexpected error when adding a
column with a NULL constraint

Fixes https://github.com/citusdata/citus/issues/7092.

(cherry picked from commit dd6ea1ebd5)
2023-08-14 10:51:53 +03:00
Onur Tirtir f3cdb6d1bf Deparse ALTER TABLE commands if ADD COLUMN is the only subcommand
And stabilize multi_alter_table_statements.sql.
2023-07-12 18:17:47 +03:00