Skip to content

Commit 6bf1e76

Browse files
committed
Small punctuation editing of postgresql.conf.sample
1 parent 2a7f636 commit 6bf1e76

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
# - Asynchronous Behavior -
152152

153-
#effective_io_concurrency = 1 # 1-1000. 0 disables prefetching
153+
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
154154

155155

156156
#------------------------------------------------------------------------------
@@ -204,7 +204,7 @@
204204

205205
# - Sending Server(s) -
206206

207-
# Set these on the master and on any standby that will send replication data
207+
# Set these on the master and on any standby that will send replication data.
208208

209209
#max_wal_senders = 0 # max number of walsender processes
210210
# (change requires restart)
@@ -213,7 +213,7 @@
213213

214214
# - Master Server -
215215

216-
# These settings are ignored on a standby server
216+
# These settings are ignored on a standby server.
217217

218218
#synchronous_standby_names = '' # standby servers that provide sync rep
219219
# comma-separated list of application_name
@@ -222,7 +222,7 @@
222222

223223
# - Standby Servers -
224224

225-
# These settings are ignored on a master server
225+
# These settings are ignored on a master server.
226226

227227
#hot_standby = off # "on" allows queries during recovery
228228
# (change requires restart)
@@ -536,6 +536,7 @@
536536
#max_pred_locks_per_transaction = 64 # min 10
537537
# (change requires restart)
538538

539+
539540
#------------------------------------------------------------------------------
540541
# VERSION/PLATFORM COMPATIBILITY
541542
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)