Skip to content

Commit 1c69547

Browse files
committed
Update postgresql.conf to show default ordering for wal_sync_method.
1 parent d359fac commit 1c69547

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@
123123
# - Settings -
124124

125125
#fsync = on # turns forced synchronization on or off
126-
#wal_sync_method = fsync # the default varies across platforms:
127-
# fsync, fdatasync, fsync_writethrough,
128-
# open_sync, open_datasync
126+
#wal_sync_method = fsync # the default is the first option supported
127+
# by the operating system: open_datasync,
128+
# fdatasync, fsync, fsync_writethrough,
129+
# open_sync
129130
#full_page_writes = on # recover from partial page writes
130131
#wal_buffers = 8 # min 4, 8KB each
131132
#commit_delay = 0 # range 0-100000, in microseconds

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy