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

Commit683f4d0

Browse files
committed
Remove duplicate definition of ERROR.
1 parent3d09f6c commit683f4d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/include/utils/elog.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: elog.h,v 1.46 2003/07/04 02:51:34 tgl Exp $
10+
* $Id: elog.h,v 1.47 2003/07/14 23:36:15 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -35,9 +35,7 @@
3535
#defineWARNING19/* Warnings */
3636
#defineERROR20/* user error - abort transaction; return
3737
* to known state */
38-
#defineERROR20/* user error - abort transaction; return
39-
* to known state */
40-
/* Save ERROR value in PGERROR so it can bve restored when Win32 includes
38+
/* Save ERROR value in PGERROR so it can be restored when Win32 includes
4139
* modify it. We have to use a constant rather than ERROR because macros
4240
* are expanded only when referenced outside macros.
4341
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp