Skip to content

Commit 4e15b92

Browse files
committed
Improve elog descriptions.
1 parent e6227fd commit 4e15b92

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/include/utils/elog.h

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: elog.h,v 1.34 2002/03/06 06:10:33 momjian Exp $
10+
* $Id: elog.h,v 1.35 2002/03/06 06:23:20 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -21,19 +21,20 @@
2121
#define DEBUG3 12
2222
#define DEBUG2 13
2323
#define DEBUG1 14
24-
#define LOG 15 /* Server operational history messages;
24+
#define LOG 15 /* Server operational messages;
2525
* sent only to server log by default. */
2626
#define COMMERROR 16 /* Client communication problems; same as
27-
* LOG for server reporting, but never ever
28-
* try to send to client. */
29-
#define INFO 17 /* Informative messages that always sent to the
30-
* clent; is not affected by client_min_messages */
31-
#define NOTICE 18 /* Important messages, for unusual cases that
32-
* should be reported but are not serious
33-
* enough to abort the query. Sent to client
27+
* LOG for server reporting, but never sent
28+
* to client. */
29+
#define INFO 17 /* Informative messages that are always sent to
30+
* client; is not affected by
31+
* client_min_messages */
32+
#define NOTICE 18 /* Helpful messages to users about query
33+
* operation; sent to client
3434
* and server log by default. */
35-
#define WARNING 19 /* Important warnings */
36-
#define ERROR 20 /* user error - return to known state */
35+
#define WARNING 19 /* Warnings */
36+
#define ERROR 20 /* user error - abort transaction; return to known
37+
* state */
3738
#define FATAL 21 /* fatal error - abort process */
3839
#define PANIC 22 /* take down the other backends with me */
3940

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy