Re: [PATCHES] tzcode update

2008-02-20 Thread Heikki Linnakangas
Tom Lane wrote: Magnus Hagander [EMAIL PROTECTED] writes: On Mon, Feb 18, 2008 at 04:32:58PM +0100, Bjorn Munch wrote: Ouch! This fails on our Solaris builds, because we build with the Solaris timezone files. And these apparently don't work beyond 2038 and don't know that Finland plans to

Re: [PATCHES] [BUGS] BUG #3969: pg_ctl cannot detect server startup

2008-02-20 Thread Tom Lane
ITAGAKI Takahiro [EMAIL PROTECTED] writes: I found this bug comes from the definition of WHITESPACE characters in pg_ctl.c. WHITESPACE is defined as folows: #define WHITESPACE \f\n\r\t\v In fact, WHITESPACE does not contain whilespace (0x20) :-( Ooops :-( I attach a patch to fix it.

Re: [PATCHES] Proposed patch to change TOAST compression strategy

2008-02-20 Thread Jan Wieck
On 2/18/2008 5:33 AM, Gregory Stark wrote: Tom Lane [EMAIL PROTECTED] writes: * Adds an early-failure path to the compressor as suggested by Jan: if it's been unable to find even one compressible substring in the first 1KB (parameterizable), assume we're looking at incompressible input and