PG17 compatibility: revert #7764 (#7775)

Revert PG17 compatibility fix #7764
pull/7768/head
Colm 2024-12-03 08:44:56 +00:00 committed by GitHub
parent 26c09f340f
commit 5f479d5f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)