Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ce0039

Browse files
committed
Add "(change requires restart)" note to some postgresql.conf parameters.
Devrim GÜNDÜZ
1 parent bf429ce commit 2ce0039

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
# - Settings -
152152

153153
#wal_level = minimal # minimal, archive, or hot_standby
154+
# (change requires restart)
154155
#fsync = on # turns forced synchronization on or off
155156
#synchronous_commit = on # immediate fsync at commit
156157
#wal_sync_method = fsync # the default is the first option
@@ -186,13 +187,15 @@
186187
# - Streaming Replication -
187188

188189
#max_wal_senders = 0 # max number of walsender processes
190+
# (change requires restart)
189191
#wal_sender_delay = 200ms # walsender cycle time, 1-10000 milliseconds
190192
#wal_keep_segments = 0 # in logfile segments, 16MB each; 0 disables
191193
#vacuum_defer_cleanup_age = 0 # number of xacts by which cleanup is delayed
192194

193195
# - Standby Servers -
194196

195197
#hot_standby = off # "on" allows queries during recovery
198+
# (change requires restart)
196199
#max_standby_archive_delay = 30s # max delay before canceling queries
197200
# when reading WAL from archive;
198201
# -1 allows indefinite delay
@@ -392,7 +395,7 @@
392395
#track_activities = on
393396
#track_counts = on
394397
#track_functions = none # none, pl, all
395-
#track_activity_query_size = 1024
398+
#track_activity_query_size = 1024 # (change requires restart)
396399
#update_process_title = on
397400
#stats_temp_directory = 'pg_stat_tmp'
398401

@@ -416,6 +419,7 @@
416419
# actions running at least this number
417420
# of milliseconds.
418421
#autovacuum_max_workers = 3 # max number of autovacuum subprocesses
422+
# (change requires restart)
419423
#autovacuum_naptime = 1min # time between autovacuum runs
420424
#autovacuum_vacuum_threshold = 50 # min number of row updates before
421425
# vacuum

0 commit comments

Comments
 (0)