Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef1eef
)
In basic_archive tests, insist on wal_level='replica'.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 3 Feb 2022 21:40:32 +0000
(16:40 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 3 Feb 2022 21:40:32 +0000
(16:40 -0500)
That's normally the default, but buildfarm member thorntail has
other ideas.
Nathan Bossart
Discussion: http://postgr.es/m/
20220203212539
.GA1082940@nathanxps13
contrib/basic_archive/basic_archive.conf
patch
|
blob
|
blame
|
history
diff --git
a/contrib/basic_archive/basic_archive.conf
b/contrib/basic_archive/basic_archive.conf
index b26b2d41445027fbb102f7790739540ebdf503f5..db029f4b8ecf1f7a4a75f1a23ed1a48380457f46 100644
(file)
--- 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'