You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Merge wal_level "archive" and "hot_standby" into new name "replica"
The distinction between "archive" and "hot_standby" existed only becauseat the time "hot_standby" was added, there was some uncertainty aboutstability. This is now a long time ago. We would like to move forwardwith simplifying the replication configuration, but this distinction isin the way, because a primary server cannot tell (without asking astandby or predicting the future) which one of these would be theappropriate level.Pick a new name for the combined setting to make it clearer that itcovers all (non-logical) backup and replication uses. The old valuesare still accepted but are converted internally.Reviewed-by: Michael Paquier <michael.paquier@gmail.com>Reviewed-by: David Steele <david@pgmasters.net>