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

Commitc2d1566

Browse files
committed
Move WAL params higher in file, next to fsync option.
1 parent1837f8c commitc2d1566

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@
6060
#fsync = true
6161

6262

63+
#
64+
#Write-ahead log (WAL)
65+
#
66+
#wal_files = 0 # range 0-64
67+
#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
68+
# Note: default wal_sync_method varies across platforms
69+
#wal_debug = 0 # range 0-16
70+
#commit_delay = 0 # range 0-100000
71+
#commit_siblings = 5 # range 1-1000
72+
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
73+
#checkpoint_timeout = 300 # in seconds, range 30-3600
74+
75+
6376
#
6477
#Optimizer Parameters
6578
#
@@ -92,19 +105,6 @@
92105
#geqo_random_seed = -1 # auto-compute seed
93106

94107

95-
#
96-
#Write-ahead log (WAL)
97-
#
98-
#wal_files = 0 # range 0-64
99-
#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
100-
# Note: default wal_sync_method varies across platforms
101-
#wal_debug = 0 # range 0-16
102-
#commit_delay = 0 # range 0-100000
103-
#commit_siblings = 5 # range 1-1000
104-
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
105-
#checkpoint_timeout = 300 # in seconds, range 30-3600
106-
107-
108108
#
109109
#Debug display
110110
#

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp