pgsql: Fix tests under wal_level=minimal

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix tests under wal_level=minimal
Date: 2026-04-07 13:14:58
Message-ID: E1wA6Gf-003OlM-32@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix tests under wal_level=minimal

Buildfarm members which have specifically configured to use
wal_level=minimal fail the repack regression tests, which require
wal_level=replica. Add a temp config file to fix that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/be142fa008ade51bb579a5990b43d55bab743194

Modified Files
--------------
src/test/modules/injection_points/Makefile | 3 +++
src/test/modules/injection_points/extra.conf | 1 +
src/test/modules/injection_points/meson.build | 4 ++++
3 files changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-04-07 13:26:13 pgsql: Tidy up #ifdef USE_INJECTION_POINTS guards
Previous Message Andres Freund 2026-04-07 13:07:48 Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(