Commit 6ba365aa authored by Fujii Masao's avatar Fujii Masao

Fix obsolete comment regarding NOTICE message level.

By default NOTICE message is not sent to server log because
the default value of log_min_messages is WARNING since 8.4.

Pavel Stehule
parent c2e5f4d1
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
* client regardless of client_min_messages, * client regardless of client_min_messages,
* but by default not sent to server log. */ * but by default not sent to server log. */
#define NOTICE 18 /* Helpful messages to users about query #define NOTICE 18 /* Helpful messages to users about query
* operation; sent to client and server log by * operation; sent to client and not to server
* default. */ * log by default. */
#define WARNING 19 /* Warnings. NOTICE is for expected messages #define WARNING 19 /* Warnings. NOTICE is for expected messages
* like implicit sequence creation by SERIAL. * like implicit sequence creation by SERIAL.
* WARNING is for unexpected messages. */ * WARNING is for unexpected messages. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment