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

Commit7ecfacc

Browse files
committed
Fix two flaws in comments I just introduced, pointed out by Tom.
1 parent76e6602 commit7ecfacc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/utils/elog.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.95 2008/10/0917:24:05 alvherre Exp $
10+
* $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.96 2008/10/0922:22:31 alvherre Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -97,7 +97,7 @@
9797
* wish to use a different message catalog from the backend's.To avoid having
9898
* one copy of the default text domain per .o file, we define it as NULL here
9999
* and have errstart insert the default text domain. Modules can either use
100-
* ereport_domain() directly, orpreferrably they can override the TEXTDOMAIN
100+
* ereport_domain() directly, orpreferably they can override the TEXTDOMAIN
101101
* macro.
102102
*----------
103103
*/
@@ -281,7 +281,7 @@ typedef struct ErrorData
281281
constchar*filename;/* __FILE__ of ereport() call */
282282
intlineno;/* __LINE__ of ereport() call */
283283
constchar*funcname;/* __func__ of ereport() call */
284-
constchar*domain;/* message domain, NULL if default */
284+
constchar*domain;/* message domain */
285285
intsqlerrcode;/* encoded ERRSTATE */
286286
char*message;/* primary error message */
287287
char*detail;/* detail error message */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp