Fix obsolete comment regarding NOTICE message level.
authorFujii Masao
Thu, 9 Jul 2015 13:52:36 +0000 (22:52 +0900)
committerFujii Masao
Thu, 9 Jul 2015 13:52:36 +0000 (22:52 +0900)
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

src/include/utils/elog.h

index 8e90661195342335a2c8b3b1363ef551ce12b1d3..7684717f853969e9bea25f5bb9fa92da6a575196 100644 (file)
@@ -33,8 +33,8 @@
                                 * client regardless of client_min_messages,
                                 * but by default not sent to server log. */
 #define NOTICE     18          /* Helpful messages to users about query
-                                * operation; sent to client and server log by
-                                * default. */
+                                * operation; sent to client and not to server
+                                * log by default. */
 #define WARNING        19          /* Warnings.  NOTICE is for expected messages
                                 * like implicit sequence creation by SERIAL.
                                 * WARNING is for unexpected messages. */