From e8db9b26d03b9e58a30eb26ec2ee21c92293d3a2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 27 Jul 2003 17:10:07 +0000 Subject: elog mop-up. --- src/include/libpq/pqcomm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/libpq') diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index caa186b8320..2e41b0896ad 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.90 2003/07/23 23:30:41 tgl Exp $ + * $Id: pqcomm.h,v 1.91 2003/07/27 17:10:07 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -21,7 +21,7 @@ /* workaround for clashing defines of "ERROR" */ #ifdef ELOG_H #undef ERROR -#define ERROR (-1) +#define ERROR PGERROR #endif #else /* not WIN32 */ #include -- cgit v1.2.3