From bd2a8078d3e456e6b4ea710ee31cfc204f6596f1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Feb 2004 17:21:08 +0000 Subject: > src/backend/commands/user.c file has some parse error at repalloc(), palloc()$ Fixed. Thanks. > src/backend/postmaster/pgstat.c miss > #include "tcop/tcopprot.h" line. Fixed. > src/utils/dllinit.c wrong include header line at MinGW. > #include must be not included Fixed. > by the way, > I can't compile eccp because I used lower version bison. > and bin/pg_resetxlog too. in this case I can't find what's wrong. Fixed. --- src/utils/dllinit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils/dllinit.c') diff --git a/src/utils/dllinit.c b/src/utils/dllinit.c index e30a76a5f25..264806e4abb 100644 --- a/src/utils/dllinit.c +++ b/src/utils/dllinit.c @@ -1,4 +1,6 @@ +#ifdef CYGWIN #include +#endif #if CYGWIN_VERSION_DLL_MAJOR < 1001 /* dllinit.c -- Portable DLL initialization. -- cgit v1.2.3