Skip to content

Commit 683f4d0

Browse files
committed
Remove duplicate definition of ERROR.
1 parent 3d09f6c commit 683f4d0

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
#define WARNING 19 /* Warnings */
3636
#define ERROR 20 /* user error - abort transaction; return
3737
* to known state */
38-
#define ERROR 20 /* 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy