File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.69 2004/06/24 21:03:42 tgl Exp $
10
+ * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.70 2004/07/06 19:51:59 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
32
32
#define NOTICE 18 /* Helpful messages to users about query
33
33
* operation; sent to client and server
34
34
* log by default. */
35
- #define WARNING 19 /* Warnings */
35
+ #define WARNING 19 /* Warnings. NOTICE is for expected messages
36
+ * like implicit sequence creation by SERIAL.
37
+ * WARNING is for unexpected messages.
38
+ */
36
39
#define ERROR 20 /* user error - abort transaction; return
37
40
* to known state */
38
41
/* Save ERROR value in PGERROR so it can be restored when Win32 includes
You can’t perform that action at this time.
0 commit comments