Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f4c88ce1
Commit
f4c88ce1
authored
Jun 07, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting and punctuation improvements in postgresql.conf.sample
parent
b25da866
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
src/backend/utils/misc/postgresql.conf.sample
src/backend/utils/misc/postgresql.conf.sample
+12
-12
No files found.
src/backend/utils/misc/postgresql.conf.sample
View file @
f4c88ce1
...
...
@@ -322,8 +322,8 @@
#max_standby_streaming_delay = 30s # max delay before canceling queries
# when reading streaming WAL;
# -1 allows indefinite delay
#wal_receiver_create_temp_slot = off #
C
reate temp slot if primary_slot_name
# is not set
.
#wal_receiver_create_temp_slot = off #
c
reate temp slot if primary_slot_name
# is not set
#wal_receiver_status_interval = 10s # send replies at least this often
# 0 disables
#hot_standby_feedback = off # send info from standby to prevent
...
...
@@ -498,20 +498,20 @@
# statements running at least this number
# of milliseconds
#log_min_duration_sample = -1 # -1 is disabled, 0 logs a sample of statements
#log_min_duration_sample = -1
# -1 is disabled, 0 logs a sample of statements
# and their durations, > 0 logs only a sample of
# statements running at least this number
# of milliseconds
#
S
ample fraction is determined by log_statement_sample_rate
# of milliseconds
;
#
s
ample fraction is determined by log_statement_sample_rate
#log_statement_sample_rate = 1.0
# F
raction of logged statements exceeding
# log_min_duration_sample to be logged.
# 1.0 logs all such statements, 0.0 never logs.
#log_statement_sample_rate = 1.0
# f
raction of logged statements exceeding
# log_min_duration_sample to be logged;
# 1.0 logs all such statements, 0.0 never logs
#log_transaction_sample_rate = 0.0 #
F
raction of transactions whose statements
# are logged regardless of their duration
.
1.0 logs all
# statements from all transactions, 0.0 never logs
.
#log_transaction_sample_rate = 0.0 #
f
raction of transactions whose statements
# are logged regardless of their duration
;
1.0 logs all
# statements from all transactions, 0.0 never logs
# - What to Log -
...
...
@@ -608,7 +608,7 @@
#autovacuum_vacuum_threshold = 50 # min number of row updates before
# vacuum
#autovacuum_vacuum_insert_threshold = 1000 # min number of row inserts
# before vacuum
.
-1 disables insert
# before vacuum
;
-1 disables insert
# vacuums
#autovacuum_analyze_threshold = 50 # min number of row updates before
# analyze
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment