Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e15b92

Browse files
committed
Improve elog descriptions.
1 parente6227fd commit4e15b92

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
#defineDEBUG312
2222
#defineDEBUG213
2323
#defineDEBUG114
24-
#defineLOG15/* Server operationalhistorymessages;
24+
#defineLOG15/* Server operational messages;
2525
* sent only to server log by default. */
2626
#defineCOMMERROR 16/* Client communication problems; same as
27-
* LOG for server reporting, but neverever
28-
*try to sendto client. */
29-
#defineINFO17/* Informative messages that always sent to the
30-
*clent; is not affected by client_min_messages */
31-
#defineNOTICE18/* 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 neversent
28+
* to client. */
29+
#defineINFO17/* Informative messages thatarealways sent to
30+
*client; is not affected by
31+
* client_min_messages */
32+
#defineNOTICE18/* Helpful messages to users about query
33+
*operation; sent to client
3434
* and server log by default. */
35-
#defineWARNING19/* Important warnings */
36-
#defineERROR20/* user error - return to known state */
35+
#defineWARNING19/* Warnings */
36+
#defineERROR20/* user error - abort transaction; return to known
37+
* state */
3738
#defineFATAL21/* fatal error - abort process */
3839
#definePANIC22/* take down the other backends with me */
3940

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp