Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c69547

Browse files
committed
Update postgresql.conf to show default ordering for wal_sync_method.
1 parentd359fac commit1c69547

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)

[8]ページ先頭

©2009-2025 Movatter.jp