Move REPACK (CONCURRENTLY) test out of stock regression tests
Álvaro Herrera <alvherre@kurilemu.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/test_decoding/expected/repack.out | added | +31 −0 |
| contrib/test_decoding/Makefile | modified | +1 −1 |
| contrib/test_decoding/meson.build | modified | +1 −0 |
| contrib/test_decoding/sql/repack.sql | added | +25 −0 |
| src/test/regress/expected/cluster.out | modified | +10 −31 |
| src/test/regress/sql/cluster.sql | modified | +9 −15 |
Discussion
- Adding REPACK [concurrently] 409 messages · 2025-07-26 → 2026-07-01