Skip to content

Commit 00c360a

Browse files
committed
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
1 parent 5ef1eef commit 00c360a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
archive_mode = 'on'
22
archive_library = 'basic_archive'
33
basic_archive.archive_directory = '.'
4+
wal_level = 'replica'

0 commit comments

Comments
 (0)