mirror of https://github.com/citusdata/citus.git
Revert "PG17 regress sanity: fix error unrecognized alter database option tablespace seen in database vanilla test (#7764)"
PG17 compatibility: revert commit d5f067a03f
.
We need to have default `enable_metadata_sync` value for vanilla regress tests.
Need to determine another way to manage the vanilla database regress
test failure.
pull/7775/head
parent
26c09f340f
commit
491547d39f
|
@ -511,9 +511,6 @@ if($vanillatest)
|
|||
|
||||
# we disable some restrictions for local objects like local views to not break postgres vanilla test behaviour.
|
||||
push(@pgOptions, "citus.enforce_object_restrictions_for_local_objects=false");
|
||||
|
||||
# we disable metadata synchronization to enable postgres vanilla DDL tests to pass.
|
||||
push(@pgOptions, "citus.enable_metadata_sync=false");
|
||||
}
|
||||
|
||||
if ($useMitmproxy)
|
||||
|
|
Loading…
Reference in New Issue