Re: [PATCHES] Install pg_config_manual.h

2003-11-18 Thread Reinhard Max
On Tue, 18 Nov 2003 at 12:07, Reinhard Max wrote: I just found, that pg_config_manual.h is included by internal/c.h, but not being installed by default. The attached patch fixes this. port.h was missing as well. Updated patch attached. cu Reinhard --- src/include/Makefile +++ src

Re: [PATCHES] [HACKERS] segfault caused by heimdal (was: SUSE port)

2005-01-12 Thread Reinhard Max
Sorry for following up to myself once more... On Wed, 12 Jan 2005 at 19:36, Reinhard Max wrote: The problem is, that the heimdal implementation of kerberos5 used on sles8 needs an extra include statement for com_err.h in src/interfaces/libpq/fe-auth.c to get the prototype

Re: [PATCHES] [HACKERS] segfault caused by heimdal (was: SUSE port)

2005-01-12 Thread Reinhard Max
On Wed, 12 Jan 2005 at 14:59, Tom Lane wrote: That looks like a reasonable fix, but isn't it needed in backend/libpq/auth.c as well? Yes, indeed: auth.c: In function `pg_krb5_init': auth.c:202: warning: implicit declaration of function `com_err' cu Reinhard