Skip to content
Snippets Groups Projects
Commit b555ed81 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Merge wal_level "archive" and "hot_standby" into new name "replica"


The distinction between "archive" and "hot_standby" existed only because
at the time "hot_standby" was added, there was some uncertainty about
stability.  This is now a long time ago.  We would like to move forward
with simplifying the replication configuration, but this distinction is
in the way, because a primary server cannot tell (without asking a
standby or predicting the future) which one of these would be the
appropriate level.

Pick a new name for the combined setting to make it clearer that it
covers all (non-logical) backup and replication uses.  The old values
are still accepted but are converted internally.

Reviewed-by: default avatarMichael Paquier <michael.paquier@gmail.com>
Reviewed-by: default avatarDavid Steele <david@pgmasters.net>
parent 4e1d2a17
Branches
Tags
No related merge requests found
Showing
with 44 additions and 54 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment