citus/src
Colm d5f067a03f
PG17 regress sanity: fix error unrecognized alter database option tablespace seen in database vanilla test (#7764)
Disable DDL propagation for the vanilla test suite. This enables the
vanilla `database ` test to pass, where previously it was correctly
returning `ERROR: unrecognized ALTER DATABASE option: tablespace`
because release-13.0 does not propagate this ALTER DATABASE variant.

We (Citus team) discussed cherry picking
[#7253](https://github.com/citusdata/citus/pull/7253) from main to
release-13.0 because it does propagate ALTER DATABASE tablespace option
(as well as a couple of others) but decided fixing the regress test was
not the proper context for that. The fix disables
`citus.enable_metadata_sync` when running vanilla, we discussed
disabling `citus.enable_create_database_propagation` but this is not in
release-13.0.
2024-11-25 21:11:34 +00:00
..
backend PG17 compatibility: add COLLPROVIDER_BUILTIN option and fix tests (#7752) 2024-11-19 12:26:45 +03:00
include citus_indent fix (#7746) 2024-11-19 13:02:04 +03:00
test PG17 regress sanity: fix error unrecognized alter database option tablespace seen in database vanilla test (#7764) 2024-11-25 21:11:34 +00:00