diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-12-05 11:58:24 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-12-05 12:00:48 +0200 |
commit | c846e67c46d5e72e6a0855282720bc44c6f95cb9 (patch) | |
tree | 74463db6a7329a6560a41b207562e6091a2bba95 /src/backend/utils/misc/postgresql.conf.sample | |
parent | ebc2b681b8ffa597137aa7a19619e6a21176e928 (diff) | |
download | postgresql-c846e67c46d5e72e6a0855282720bc44c6f95cb9.tar.gz postgresql-c846e67c46d5e72e6a0855282720bc44c6f95cb9.zip |
Print wal_log_hints in the rm_desc routing of a parameter-change record.
It was an oversight in the original commit.
Also note in the sample config file that changing wal_log_hints requires a
restart.
Michael Paquier. Backpatch to 9.4, where wal_log_hints was added.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index c4b546ed12e..b053659f88e 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -187,6 +187,7 @@ # open_sync #full_page_writes = on # recover from partial page writes #wal_log_hints = off # also do full page writes of non-critical updates + # (change requires restart) #wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers # (change requires restart) #wal_writer_delay = 200ms # 1-10000 milliseconds |