Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit017e3e2

Browse files
author
Neil Conway
committed
Fix some whitespace formatting, and remove an overly-verbose
parameter description: postgresql.conf is not the place fordocumentating the functionality of a GUC var.
1 parent46c3e29 commit017e3e2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#max_connections = 100
3434
# note: increasing max_connections costs about 500 bytes of shared
3535
# memory per connection slot, in addition to costs from shared_buffers
36-
# and max_locks_per_transaction.
36+
# and max_locks_per_transaction.
3737
#superuser_reserved_connections = 2
3838
#unix_socket_directory = ''
3939
#unix_socket_group = ''
@@ -162,16 +162,13 @@
162162
# info, notice, warning, error, log, fatal,
163163
# panic
164164

165-
#log_error_verbosity = default# terse, default, or verbose messages
165+
#log_error_verbosity = default# terse, default, or verbose messages
166166

167167
#log_min_error_statement = panic # Values in order of increasing severity:
168168
# debug5, debug4, debug3, debug2, debug1,
169169
# info, notice, warning, error, panic(off)
170170

171-
#log_min_duration_statement = -1 # Log all statements whose
172-
# execution time exceeds the value, in
173-
# milliseconds. Zero prints all queries.
174-
# Minus-one disables.
171+
#log_min_duration_statement = -1 # -1 is disabled, in milliseconds.
175172

176173
#silent_mode = false # DO NOT USE without Syslog!
177174

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp