Thread: Re: [PATCHES] ecpg patch
Is this patch planned to be included in 6.3.2 release? I do not see in Apr13 snapshot. >Included is a patch for ecpg which seems to have some compiling >problems on non POSIX systems such as SunOS 4.1.x. >-- >Tatsuo Ishii >t-ishii@sra.co.jp >------------------------------------------------------------------- >Index: postgresql-6.3.1/src/interfaces/ecpg/preproc/pgc.l >diff -c postgresql-6.3.1/src/interfaces/ecpg/preproc/pgc.l:1.1.1.1 postgresql-6.3.1/src/interfaces/ecpg/preproc/pgc.l:1.1.1.1.4.1 >*** postgresql-6.3.1/src/interfaces/ecpg/preproc/pgc.l:1.1.1.1 Thu Apr 2 15:45:49 1998 >--- postgresql-6.3.1/src/interfaces/ecpg/preproc/pgc.l Mon Apr 6 18:15:51 1998 >*************** >*** 2,7 **** >--- 2,13 ---- > %{ > #include <sys/types.h> > #include <limits.h> >+ >+ #ifndef PATH_MAX >+ #include <sys/param.h> >+ #define PATH_MAX MAXPATHLEN >+ #endif >+ > #if defined(HAVE_STRING_H) > #include <string.h> > #else >
t-ishii@sra.co.jp writes: > Is this patch planned to be included in 6.3.2 release? I do not see in > Apr13 snapshot. Yes, please include it. Michael P.S.: Yes, I'm back from vacation. :-) -- Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH meskes@topsystem.de | Europark A2, Adenauerstr. 20 meskes@debian.org | 52146 Wuerselen Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44 Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10
> P.S.: Yes, I'm back from vacation. :-) Michael, would you have time to look at Tom Good's reported problems with v6.3.1 ecpg? We have a few days to make changes if necessary... Marc, I'd like to make sure that we haven't broken too much in the Makefiles since v6.3.1. I'll try patching the docs makefile (how did we get _two_ versions with breakage? tsk tsk :) I have a few patches for the docs sources and html output. Also, we should verify that distribution builds can still happen by using the POSTGRESDIR env var since we've ripped out DESTDIR. - Tom
On Thu, 16 Apr 1998, Thomas G. Lockhart wrote: > > P.S.: Yes, I'm back from vacation. :-) > > Michael, would you have time to look at Tom Good's reported problems > with v6.3.1 ecpg? We have a few days to make changes if necessary... > > Marc, I'd like to make sure that we haven't broken too much in the > Makefiles since v6.3.1. I'll try patching the docs makefile (how did we > get _two_ versions with breakage? tsk tsk :) I'm grabbing a current copy right now and will run through it all under FreeBSD...will do a quick run through under Solaris tomorrow morning. Unless any problem reports between now and 4:30, whatever is in the snapshot tomorrow morning will be what is called v6.3.2 ... any problems reported will offset that by *one* day... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org