diff options
author | Fujii Masao <fujii@postgresql.org> | 2013-12-21 03:33:16 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2013-12-21 03:33:16 +0900 |
commit | 961bf59fb7a7e4fab751e20e9372de7ab37c5649 (patch) | |
tree | 424302641c6bcd98b82e438242c4116e02c85503 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 6130208e75c98d76b526ac2ac08cedbd17b9f00d (diff) |
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Sawada Masahiko
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index d049159444f..27791cc40ec 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -184,7 +184,7 @@ # fsync_writethrough # open_sync #full_page_writes = on # recover from partial page writes -#wal_log_hintbits = off # also do full pages writes of non-critical updates +#wal_log_hints = off # also do full pages writes of non-critical updates #wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers # (change requires restart) #wal_writer_delay = 200ms # 1-10000 milliseconds |