Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

postgresql.conf.sample

Blame
    • Peter Eisentraut's avatar
      b555ed81
      Merge wal_level "archive" and "hot_standby" into new name "replica" · b555ed81
      Peter Eisentraut authored
      
      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>
      b555ed81
      History
      Merge wal_level "archive" and "hot_standby" into new name "replica"
      Peter Eisentraut authored
      
      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>