[PATCHES] Fix for MSVC compile error (--htmldir)

2008-02-19 Thread Gevik Babakhani
At this moment 8.3 does not compile with MSVC due missing HTMLDIR preprocessor directive which was added for --htmldir Please see buildfarm. PS: There are also other warnings but those I consider to be separate issues. (I am working on a fix) Regards, Gevik Babakhani

[PATCHES] Fix for compiler warnings on MSVC

2008-02-19 Thread Gevik Babakhani
this is a fix for the compiler warnings on MSVC due differences in declaration and implementation of _yconv in strfime.c. I have testing this patch on: - MSVC 8 - gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) Regards, Gevik. 2.strftime.c.patch Description: Binary data

Re: [PATCHES] Fix for compiler warnings on MSVC

2008-02-19 Thread Magnus Hagander
On Tue, Feb 19, 2008 at 11:25:14AM +0100, Gevik Babakhani wrote: > this is a fix for the compiler warnings on MSVC due differences in > declaration and implementation of _yconv in strfime.c. > > I have testing this patch on: > > - MSVC 8 > - gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) Argh for

Re: [PATCHES] Fix for compiler warnings on MSVC

2008-02-19 Thread Gevik Babakhani
> Argh for delays in the mailinglist delivery and my reading > :-) I've just applied one identical and one very similar > patch to yours for these two issues. > > But thanks anyway :-) > Thank you :) ---(end of broadcast)--- TIP 6: explain anal

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

2008-02-19 Thread Teodor Sigaev
Magnus, could you provide dump of tsvector column of archive search? I'll make a test with and without Tom's patch. I have not done any performance testing of these changes --- does anyone have specific test scenarios they'd like to try? -- Teodor Sigaev E-ma

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

2008-02-19 Thread Magnus Hagander
On Tue, Feb 19, 2008 at 06:46:24PM +0300, Teodor Sigaev wrote: > Magnus, could you provide dump of tsvector column of archive search? > I'll make a test with and without Tom's patch. > > >>>I have not done any performance testing of these changes --- does > >>>anyone have specific test scenarios t

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

2008-02-19 Thread ITAGAKI Takahiro
"ITAGAKI Takahiro" <[EMAIL PROTECTED]> wrote: > Bug reference: 3969 > Description:pg_ctl cannot detect server startup > Details: > pg_ctl -w -o "-p 5432 -c max_connections=100" start > waits for server startup forever and timeout, > but server has successfully started actually. I f