|
322 | 322 | #max_standby_streaming_delay = 30s# max delay before canceling queries
|
323 | 323 | # when reading streaming WAL;
|
324 | 324 | # -1 allows indefinite delay
|
325 |
| -#wal_receiver_create_temp_slot = off#Create temp slot if primary_slot_name |
326 |
| -# is not set. |
| 325 | +#wal_receiver_create_temp_slot = off#create temp slot if primary_slot_name |
| 326 | +# is not set |
327 | 327 | #wal_receiver_status_interval = 10s# send replies at least this often
|
328 | 328 | # 0 disables
|
329 | 329 | #hot_standby_feedback = off# send info from standby to prevent
|
|
498 | 498 | # statements running at least this number
|
499 | 499 | # of milliseconds
|
500 | 500 |
|
501 |
| -#log_min_duration_sample = -1# -1 is disabled, 0 logs a sample of statements |
| 501 | +#log_min_duration_sample = -1# -1 is disabled, 0 logs a sample of statements |
502 | 502 | # and their durations, > 0 logs only a sample of
|
503 | 503 | # statements running at least this number
|
504 |
| -# of milliseconds |
505 |
| -#Sample fraction is determined by log_statement_sample_rate |
| 504 | +# of milliseconds; |
| 505 | +#sample fraction is determined by log_statement_sample_rate |
506 | 506 |
|
507 |
| -#log_statement_sample_rate = 1.0 # Fraction of logged statements exceeding |
508 |
| -# log_min_duration_sample to be logged. |
509 |
| -# 1.0 logs all such statements, 0.0 never logs. |
| 507 | +#log_statement_sample_rate = 1.0# fraction of logged statements exceeding |
| 508 | +# log_min_duration_sample to be logged; |
| 509 | +# 1.0 logs all such statements, 0.0 never logs |
510 | 510 |
|
511 | 511 |
|
512 |
| -#log_transaction_sample_rate = 0.0#Fraction of transactions whose statements |
513 |
| -# are logged regardless of their duration. 1.0 logs all |
514 |
| -# statements from all transactions, 0.0 never logs. |
| 512 | +#log_transaction_sample_rate = 0.0#fraction of transactions whose statements |
| 513 | +# are logged regardless of their duration; 1.0 logs all |
| 514 | +# statements from all transactions, 0.0 never logs |
515 | 515 |
|
516 | 516 | # - What to Log -
|
517 | 517 |
|
|
608 | 608 | #autovacuum_vacuum_threshold = 50# min number of row updates before
|
609 | 609 | # vacuum
|
610 | 610 | #autovacuum_vacuum_insert_threshold = 1000# min number of row inserts
|
611 |
| -# before vacuum. -1 disables insert |
| 611 | +# before vacuum; -1 disables insert |
612 | 612 | # vacuums
|
613 | 613 | #autovacuum_analyze_threshold = 50# min number of row updates before
|
614 | 614 | # analyze
|
|