From 1cd4c141167131f0739a654c6f703fc1a5154f0f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 15 Jan 2000 02:59:43 +0000 Subject: Fixed all elog related warnings, as well as a few others. --- src/include/postgres.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/postgres.h') diff --git a/src/include/postgres.h b/src/include/postgres.h index 455b8f2329..d857613daf 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -6,7 +6,7 @@ * * Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.34 2000/01/10 16:13:18 momjian Exp $ + * $Id: postgres.h,v 1.35 2000/01/15 02:59:41 petere Exp $ * *------------------------------------------------------------------------- */ @@ -210,6 +210,7 @@ typedef uint32 CommandId; #define CATALOG(x) \ typedef struct CppConcat(FormData_,x) +/* Huh? */ #define DATA(x) extern int errno #define DESCR(x) extern int errno #define DECLARE_INDEX(x) extern int errno -- cgit v1.2.3