diff options
-rw-r--r-- | src/bin/pg_upgrade/t/003_logical_slots.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_upgrade/t/003_logical_slots.pl b/src/bin/pg_upgrade/t/003_logical_slots.pl index 5b01cf8c407..087a4cd6e8f 100644 --- a/src/bin/pg_upgrade/t/003_logical_slots.pl +++ b/src/bin/pg_upgrade/t/003_logical_slots.pl @@ -17,6 +17,7 @@ my $mode = $ENV{PG_TEST_PG_UPGRADE_MODE} || '--copy'; # Initialize old cluster my $oldpub = PostgreSQL::Test::Cluster->new('oldpub'); $oldpub->init(allows_streaming => 'logical'); +$oldpub->append_conf('postgresql.conf', 'autovacuum = off'); # Initialize new cluster my $newpub = PostgreSQL::Test::Cluster->new('newpub'); |