pgsql: Fix tests under wal_level=minimal - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Fix tests under wal_level=minimal
Date
Msg-id E1wA6Gf-003OlM-32@gemulon.postgresql.org
Whole thread
List 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(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Tidy up #ifdef USE_INJECTION_POINTS guards