pgsql: In basic_archive tests, insist on wal_level='replica'.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: In basic_archive tests, insist on wal_level='replica'.
Date: 2022-02-03 21:43:02
Message-ID: E1nFjsc-0007Ez-Bl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In basic_archive tests, insist on wal_level='replica'.

That's normally the default, but buildfarm member thorntail has
other ideas.

Nathan Bossart

Discussion: http://postgr.es/m/20220203212539.GA1082940@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/00c360a89c1ab5ced2b07e2f531998fa6842f194

Modified Files
--------------
contrib/basic_archive/basic_archive.conf | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2022-02-04 00:51:04 Re: pgsql: Further fix for EvalPlanQual with mix of local and foreign parti
Previous Message Robert Haas 2022-02-03 19:08:37 pgsql: Allow archiving via loadable modules.