]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Move REPACK (CONCURRENTLY) test out of stock regression tests
authorÁlvaro Herrera <alvherre@kurilemu.de>
Thu, 23 Apr 2026 10:34:41 +0000 (12:34 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Thu, 23 Apr 2026 10:34:41 +0000 (12:34 +0200)
commit4b2aa4b39cbac71d9795ff760af3991a681eae00
treee01e59d015d14ebbf033aa3993accd6fe3fdb515
parent2e1d4fdb10e6636a7ab64f801d880b4d326ab822
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
contrib/test_decoding/Makefile
contrib/test_decoding/expected/repack.out [new file with mode: 0644]
contrib/test_decoding/meson.build
contrib/test_decoding/sql/repack.sql [new file with mode: 0644]
src/test/regress/expected/cluster.out
src/test/regress/sql/cluster.sql