File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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#------------------------------------------------------------------------------
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)
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
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)
536536#max_pred_locks_per_transaction = 64 # min 10
537537 # (change requires restart)
538538
539+
539540#------------------------------------------------------------------------------
540541# VERSION/PLATFORM COMPATIBILITY
541542#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments