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
Colm McHugh 2024-12-02 15:35:23 +00:00
parent 26c09f340f
commit 491547d39f
1 changed files with 0 additions and 3 deletions

View File

@ -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)