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/[email protected]

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(-)

Reply via email to