Add "(change requires restart)" note to some postgresql.conf parameters.
authorRobert Haas <rhaas@postgresql.org>
Mon, 27 Sep 2010 13:14:14 +0000 (09:14 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Sep 2010 13:14:14 +0000 (09:14 -0400)
Devrim GÜNDÜZ

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

index d31f1a1dbfe6adfd814ab426c414baba6f731e86..b6a8f9115cf4fe2c4790697d12cb42b4b0d6f857 100644 (file)
 # - Settings -
 
 #wal_level = minimal           # minimal, archive, or hot_standby
+                   # (change requires restart)
 #fsync = on                # turns forced synchronization on or off
 #synchronous_commit = on       # immediate fsync at commit
 #wal_sync_method = fsync       # the default is the first option 
 # - Streaming Replication -
 
 #max_wal_senders = 0       # max number of walsender processes
+               # (change requires restart)
 #wal_sender_delay = 200ms  # walsender cycle time, 1-10000 milliseconds
 #wal_keep_segments = 0     # in logfile segments, 16MB each; 0 disables
 #vacuum_defer_cleanup_age = 0  # number of xacts by which cleanup is delayed
 # - Standby Servers -
 
 #hot_standby = off         # "on" allows queries during recovery
+                   # (change requires restart)
 #max_standby_archive_delay = 30s   # max delay before canceling queries
                    # when reading WAL from archive;
                    # -1 allows indefinite delay
 #track_activities = on
 #track_counts = on
 #track_functions = none            # none, pl, all
-#track_activity_query_size = 1024
+#track_activity_query_size = 1024  # (change requires restart)
 #update_process_title = on
 #stats_temp_directory = 'pg_stat_tmp'
 
                    # actions running at least this number
                    # of milliseconds.
 #autovacuum_max_workers = 3        # max number of autovacuum subprocesses
+                   # (change requires restart)
 #autovacuum_naptime = 1min     # time between autovacuum runs
 #autovacuum_vacuum_threshold = 50  # min number of row updates before
                    # vacuum