mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +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,
|
||||
};
|
||||
|
||||
/*
|
||||
* 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[] = {
|
||||
"replica",
|
||||
"logical",
|
||||
|
||||
Reference in New Issue
Block a user