Skip to content

Commit

Permalink
Fix diffs in error messages in create_index, privileges vanilla tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colm-mchugh committed Nov 25, 2024
1 parent c396ce6 commit 67056aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/regress/pg_regress_multi.pl
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,14 @@ sub generate_hba

# 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");
<<<<<<< Updated upstream
=======
# we disable metadata synchronization to enable postgres vanilla DDL tests to pass.
push(@pgOptions, "citus.enable_metadata_sync=false");
push(@pgOptions, "citus.enable_ddl_propagation=false");
>>>>>>> Stashed changes
}
if ($useMitmproxy)
Expand Down

0 comments on commit 67056aa

Please sign in to comment.