Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
In basic_archive tests, insist on wal_level='replica'.
authorRobert Haas <rhaas@postgresql.org>
Thu, 3 Feb 2022 21:40:32 +0000 (16:40 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 3 Feb 2022 21:40:32 +0000 (16:40 -0500)
That's normally the default, but buildfarm member thorntail has
other ideas.

Nathan Bossart

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

contrib/basic_archive/basic_archive.conf

index b26b2d41445027fbb102f7790739540ebdf503f5..db029f4b8ecf1f7a4a75f1a23ed1a48380457f46 100644 (file)
@@ -1,3 +1,4 @@
 archive_mode = 'on'
 archive_library = 'basic_archive'
 basic_archive.archive_directory = '.'
+wal_level = 'replica'