File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 150
150
151
151
# - Asynchronous Behavior -
152
152
153
- #effective_io_concurrency = 1 # 1-1000. 0 disables prefetching
153
+ #effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
154
154
155
155
156
156
#------------------------------------------------------------------------------
204
204
205
205
# - Sending Server(s) -
206
206
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.
208
208
209
209
#max_wal_senders = 0 # max number of walsender processes
210
210
# (change requires restart)
213
213
214
214
# - Master Server -
215
215
216
- # These settings are ignored on a standby server
216
+ # These settings are ignored on a standby server.
217
217
218
218
#synchronous_standby_names = '' # standby servers that provide sync rep
219
219
# comma-separated list of application_name
222
222
223
223
# - Standby Servers -
224
224
225
- # These settings are ignored on a master server
225
+ # These settings are ignored on a master server.
226
226
227
227
#hot_standby = off # "on" allows queries during recovery
228
228
# (change requires restart)
536
536
#max_pred_locks_per_transaction = 64 # min 10
537
537
# (change requires restart)
538
538
539
+
539
540
#------------------------------------------------------------------------------
540
541
# VERSION/PLATFORM COMPATIBILITY
541
542
#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments