Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
onderkalaci committed Mar 29, 2021
1 parent 97680de commit 4b44e3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/regress/pg_regress_multi.pl
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ sub revert_replace_postgres
# src/backend/replication/logical/launcher.c.
push(@pgOptions, "wal_retrieve_retry_interval=1000");

push(@pgOptions, "log_min_messages=debug4");


# Citus options set for the tests
push(@pgOptions, "citus.shard_count=4");
push(@pgOptions, "citus.max_adaptive_executor_pool_size=4");
Expand Down

0 comments on commit 4b44e3d

Please sign in to comment.