Skip to content

Commit 6ba365a

Browse files
committed
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
1 parent c2e5f4d commit 6ba365a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/elog.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* client regardless of client_min_messages,
3434
* but by default not sent to server log. */
3535
#define NOTICE 18 /* Helpful messages to users about query
36-
* operation; sent to client and server log by
37-
* default. */
36+
* operation; sent to client and not to server
37+
* log by default. */
3838
#define WARNING 19 /* Warnings. NOTICE is for expected messages
3939
* like implicit sequence creation by SERIAL.
4040
* WARNING is for unexpected messages. */

0 commit comments

Comments
 (0)