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
pull/77/head
Robert Haas 3 years ago
parent 5ef1eefd76
commit 00c360a89c
  1. 1
      contrib/basic_archive/basic_archive.conf

@ -1,3 +1,4 @@
archive_mode = 'on'
archive_library = 'basic_archive'
basic_archive.archive_directory = '.'
wal_level = 'replica'

Loading…
Cancel
Save