pgsql: Disable autovacuum on primary in 040_standby_failover_slots_sync

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable autovacuum on primary in 040_standby_failover_slots_sync
Date: 2024-02-16 09:22:55
Message-ID: E1rauQp-006VLn-CE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable autovacuum on primary in 040_standby_failover_slots_sync test.

Disable autovacuum to avoid generating xid during stats update as
otherwise the new XID could then be replicated to standby at some random
point making slots at primary lag behind standby during slot sync.

As per buildfarm

Author: Hou Zhijie
Discussion: https://postgr.es/m/514f6f2f-6833-4539-39f1-96cd1e011f23@enterprisedb.com
Discussion: https://postgr.es/m/CAA4eK1Jun8SGCoc6JEktxY_+L7GmoJWrdsx-KCEP=GL-SsWggQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b7bdade6a42f49021d41955d6534f334e827775c

Modified Files
--------------
src/test/recovery/t/040_standby_failover_slots_sync.pl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-02-16 10:41:24 pgsql: Remove non-existing file from .gitattributes
Previous Message Amit Kapila 2024-02-16 06:11:51 pgsql: Fix the incorrect format specifier used in commit 7a424ece48.