File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2008, 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.95 2008/10/09 17:24:05 alvherre Exp $
10
+ * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.96 2008/10/09 22:22:31 alvherre Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
97
97
* wish to use a different message catalog from the backend's. To avoid having
98
98
* one copy of the default text domain per .o file, we define it as NULL here
99
99
* and have errstart insert the default text domain. Modules can either use
100
- * ereport_domain() directly, or preferrably they can override the TEXTDOMAIN
100
+ * ereport_domain() directly, or preferably they can override the TEXTDOMAIN
101
101
* macro.
102
102
*----------
103
103
*/
@@ -281,7 +281,7 @@ typedef struct ErrorData
281
281
const char * filename ; /* __FILE__ of ereport() call */
282
282
int lineno ; /* __LINE__ of ereport() call */
283
283
const char * funcname ; /* __func__ of ereport() call */
284
- const char * domain ; /* message domain, NULL if default */
284
+ const char * domain ; /* message domain */
285
285
int sqlerrcode ; /* encoded ERRSTATE */
286
286
char * message ; /* primary error message */
287
287
char * detail ; /* detail error message */
You can’t perform that action at this time.
0 commit comments