pgsql: Try to stabilize reloptions test, again. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Try to stabilize reloptions test, again.
Date
Msg-id E1nAV65-0003Nx-Mo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Try to stabilize reloptions test, again.

Since the test requires reproducible behavior from VACUUM, and since
DISABLE_PAGE_SKIPPING doesn't actually disable all forms of page
skipping, let's use a temporary table to avoid contention.

Back-patch to 12, like commit 3414099c.

Discussion: https://postgr.es/m/20220120052404.sonrhq3f3qgplpzj%40alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/reloptions.out | 2 +-
src/test/regress/sql/reloptions.sql      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Call pg_newlocale_from_collation() also with default collation
Next
From: Thomas Munro
Date:
Subject: pgsql: Try to stabilize reloptions test, again.