[PATCHES] Patch to "configure" to enable PostgreSQL build with Kerberos 5 on Solaris 11

2006-07-10 Thread James Gates
Included below are extracts from an earlier email thread (on pgsql-ports) discussing the problem. Attached are the context diffs for configure.in. This change has no impact unless the "--with-krb5" option is used with "configure". If the option *is* used, configure will now only search for fu

[PATCHES] Minor ipv6/Win32 fix

2006-07-10 Thread Dave Page
The attached patch reverses ws2tcpip.h and winsock2.h to avoid an undefined symbol error when building under VC2k5. Regards, Dave ipv6.diff Description: ipv6.diff ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [PATCHES] [HACKERS] Non-transactional pg_class, try 2

2006-07-10 Thread Alvaro Herrera
Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > I think we could give autovac a "reason for being started", which would > > normally be the periodic stuff, but if the postmaster got the signal > > from a backend, pass that info to autovac and it could use a different > > database s

[PATCHES] Win32 DEF file error

2006-07-10 Thread Magnus Hagander
The Win32 DEF files that are generated for libpq contain the attribute "DESCRIPTION", which is actually only allowed for device drivers. The compilers ignore it with a warning - if we remove them, we get rid of the warning. (ref http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcc