pgsql: Move REPACK (CONCURRENTLY) test out of stock regression tests

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move REPACK (CONCURRENTLY) test out of stock regression tests
Date: 2026-04-23 10:59:38
Message-ID: E1wFrmT-002JL3-1k@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move REPACK (CONCURRENTLY) test out of stock regression tests

These tests sometimes run with wal_level=minimal, which does not allow
to run REPACK (CONCURRENTLY). Move them to test_decoding, which is
ensured to run with high enough wal_level.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b2aa4b39cbac71d9795ff760af3991a681eae00

Modified Files
--------------
contrib/test_decoding/Makefile | 2 +-
contrib/test_decoding/expected/repack.out | 31 +++++++++++++++++++++++
contrib/test_decoding/meson.build | 1 +
contrib/test_decoding/sql/repack.sql | 25 +++++++++++++++++++
src/test/regress/expected/cluster.out | 41 ++++++++-----------------------
src/test/regress/sql/cluster.sql | 24 +++++++-----------
6 files changed, 77 insertions(+), 47 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-04-23 18:48:42 pgsql: Don't call CheckAttributeType() with InvalidOid on dropped cols
Previous Message Amit Kapila 2026-04-23 08:45:44 pgsql: psql: Improve describe footer titles for publications.