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
This commit is contained in:
Robert Haas 2022-02-03 16:40:32 -05:00
parent 5ef1eefd76
commit 00c360a89c
1 changed files with 1 additions and 0 deletions

View File

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