mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 01:16:29 +00:00
Add comment about wal_level setting interpretation
This commit is contained in:
4
repmgr.c
4
repmgr.c
@@ -4880,6 +4880,10 @@ check_upstream_config(PGconn *conn, int server_version_num, bool exit_on_error)
|
|||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Note that in 9.6+, "hot_standby" and "archive" are accepted as aliases
|
||||||
|
* for "replica", but current_setting() will of course always return "replica"
|
||||||
|
*/
|
||||||
char *levels_96plus[] = {
|
char *levels_96plus[] = {
|
||||||
"replica",
|
"replica",
|
||||||
"logical",
|
"logical",
|
||||||
|
|||||||
Reference in New Issue
Block a user