1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Add GUC full_page_writes to control writing full pages to WAL.

This commit is contained in:
Bruce Momjian
2005-07-05 23:18:10 +00:00
parent c19aa704c8
commit 326a7a0788
4 changed files with 55 additions and 5 deletions

View File

@ -121,6 +121,7 @@
#wal_sync_method = fsync # the default varies across platforms:
# fsync, fdatasync, fsync_writethrough,
# open_sync, open_datasync
#full_page_writes = on # recover from partial page writes
#wal_buffers = 8 # min 4, 8KB each
#commit_delay = 0 # range 0-100000, in microseconds
#commit_siblings = 5 # range 1-1000