aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2022-02-03 16:40:32 -0500
committerRobert Haas <rhaas@postgresql.org>2022-02-03 16:40:32 -0500
commit00c360a89c1ab5ced2b07e2f531998fa6842f194 (patch)
tree075a3f2ec7ed71d5de9aec3521e77cbfa623ba78
parent5ef1eefd76f404ddc59b885d50340e602b70f05f (diff)
downloadpostgresql-00c360a89c1ab5ced2b07e2f531998fa6842f194.tar.gz
postgresql-00c360a89c1ab5ced2b07e2f531998fa6842f194.zip
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
-rw-r--r--contrib/basic_archive/basic_archive.conf1
1 files changed, 1 insertions, 0 deletions
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'