projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21fb30
)
Revert off setting mention for client_min_messages.
author
Bruce Momjian
Tue, 28 Jan 2003 03:43:47 +0000
(
03:43
+0000)
committer
Bruce Momjian
Tue, 28 Jan 2003 03:43:47 +0000
(
03:43
+0000)
Set log_min_error_messages to the proper and agreed-upon default, PANIC
(off). (BACKPATCH)
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 4f4ef3f4554a612ed05302565cbfbc4ca47a7f5b..2e7d63024b7f9305ba80b6cf1c5114cea8931c3c 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-121,8
+121,7
@@
# panic
#client_min_messages = notice # Values, in order of decreasing detail:
# debug5, debug4, debug3, debug2, debug1,
- # log, info, notice, warning, error,
- # panic(off)
+ # log, info, notice, warning, error
#silent_mode = false
#log_connections = false