From: Robert Haas Date: Thu, 3 Feb 2022 21:40:32 +0000 (-0500) Subject: In basic_archive tests, insist on wal_level='replica'. X-Git-Tag: REL_15_BETA1~777 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00c360a89c1ab5ced2b07e2f531998fa6842f194;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/contrib/basic_archive/basic_archive.conf b/contrib/basic_archive/basic_archive.conf index b26b2d41445..db029f4b8ec 100644 --- a/contrib/basic_archive/basic_archive.conf +++ b/contrib/basic_archive/basic_archive.conf @@ -1,3 +1,4 @@ archive_mode = 'on' archive_library = 'basic_archive' basic_archive.archive_directory = '.' +wal_level = 'replica'