|
7 | 7 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
|
35 | 35 | #defineWARNING19/* Warnings */
|
36 | 36 | #defineERROR20/* user error - abort transaction; return
|
37 | 37 | * 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 |
41 | 39 | * modify it. We have to use a constant rather than ERROR because macros
|
42 | 40 | * are expanded only when referenced outside macros.
|
43 | 41 | */
|
|