postgresql/contrib/basic_archive/basic_archive.conf
Robert Haas 00c360a89c 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
2022-02-03 16:40:32 -05:00

5 lines
114 B
Plaintext

archive_mode = 'on'
archive_library = 'basic_archive'
basic_archive.archive_directory = '.'
wal_level = 'replica'