pgsql: Move REPACK (CONCURRENTLY) test out of stock regression tests - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Move REPACK (CONCURRENTLY) test out of stock regression tests
Date
Msg-id E1wFrmT-002JL3-1k@gemulon.postgresql.org
Whole thread
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: psql: Improve describe footer titles for publications.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Don't allow composite type to be member of itself via multirange