Skip to content

Commit c2d1566

Browse files
committed
Move WAL params higher in file, next to fsync option.
1 parent 1837f8c commit c2d1566

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)
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