mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Remove duplicate definition of ERROR.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: elog.h,v 1.46 2003/07/04 02:51:34 tgl Exp $
|
* $Id: elog.h,v 1.47 2003/07/14 23:36:15 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -35,9 +35,7 @@
|
|||||||
#define WARNING 19 /* Warnings */
|
#define WARNING 19 /* Warnings */
|
||||||
#define ERROR 20 /* user error - abort transaction; return
|
#define ERROR 20 /* user error - abort transaction; return
|
||||||
* to known state */
|
* to known state */
|
||||||
#define ERROR 20 /* user error - abort transaction; return
|
/* Save ERROR value in PGERROR so it can be restored when Win32 includes
|
||||||
* to known state */
|
|
||||||
/* Save ERROR value in PGERROR so it can bve restored when Win32 includes
|
|
||||||
* modify it. We have to use a constant rather than ERROR because macros
|
* modify it. We have to use a constant rather than ERROR because macros
|
||||||
* are expanded only when referenced outside macros.
|
* are expanded only when referenced outside macros.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user