|
@@ -40,13 +40,13 @@
|
|
|
|
|
|
data_directory = '/ssd/postgresql' # use data in another directory
|
|
|
# (change requires restart)
|
|
|
-hba_file = '/etc/postgresql/9.5/main/pg_hba.conf' # host-based authentication file
|
|
|
+hba_file = '/etc/postgresql/11/main/pg_hba.conf' # host-based authentication file
|
|
|
# (change requires restart)
|
|
|
-ident_file = '/etc/postgresql/9.5/main/pg_ident.conf' # ident configuration file
|
|
|
+ident_file = '/etc/postgresql/11/main/pg_ident.conf' # ident configuration file
|
|
|
# (change requires restart)
|
|
|
|
|
|
# If external_pid_file is not explicitly set, no extra PID file is written.
|
|
|
-external_pid_file = '/var/run/postgresql/9.5-main.pid' # write an extra PID file
|
|
|
+external_pid_file = '/var/run/postgresql/11-main.pid' # write an extra PID file
|
|
|
# (change requires restart)
|
|
|
|
|
|
|
|
@@ -163,7 +163,7 @@ random_page_cost = 2
|
|
|
|
|
|
# - Settings -
|
|
|
|
|
|
-#wal_level = minimal # minimal, archive, or hot_standby
|
|
|
+wal_level = minimal # minimal, archive, or hot_standby
|
|
|
# (change requires restart)
|
|
|
#fsync = on # turns forced synchronization on or off
|
|
|
|
|
@@ -211,7 +211,7 @@ synchronous_commit = off
|
|
|
|
|
|
# These settings are ignored on a standby server
|
|
|
|
|
|
-#max_wal_senders = 0 # max number of walsender processes
|
|
|
+max_wal_senders = 0 # max number of walsender processes
|
|
|
# (change requires restart)
|
|
|
#wal_sender_delay = 1s # walsender cycle time, 1-10000 milliseconds
|
|
|
#wal_keep_segments = 0 # in logfile segments, 16MB each; 0 disables
|