Add comment about wal_level setting interpretation

This commit is contained in:
Ian Barwick
2016-04-04 14:57:20 +09:00
parent e3e1c5de4e
commit 8cd2c6fd05

View File

@@ -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",