pgsql: Disable autovacuum in MERGE test script

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable autovacuum in MERGE test script
Date: 2022-09-20 10:39:39
Message-ID: E1oaafD-001BQl-9A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable autovacuum in MERGE test script

Otherwise, it can fail given sufficient bad luck.

Backpatch to 15.

Discussion: https://postgr.es/m/537759.1663625579@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/merge.out | 91 ++++++++++++++++++++++--------------
src/test/regress/sql/merge.sql | 93 ++++++++++++++++++++++---------------
2 files changed, 110 insertions(+), 74 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-09-20 16:05:10 pgsql: Suppress variable-set-but-not-used warnings from clang 15.
Previous Message Michael Paquier 2022-09-20 10:29:18 pgsql: doc: Fix parameter name for pg_create_logical_replication_slot()