Re: [PATCHES] Async Commit, v21 (now: v22)

2007-07-25 Thread Simon Riggs
On Tue, 2007-07-24 at 17:53 -0400, Tom Lane wrote: > "Simon Riggs" <[EMAIL PROTECTED]> writes: > > There is an explicit test for whether the transaction has modified > > files; if so the commit is always synchronous, even if explicitly > > requested otherwise. Also, utility commands never perform a

Re: [PATCHES] msvc const warnings

2007-07-25 Thread Magnus Hagander
On Tue, Jul 24, 2007 at 09:43:51PM +0200, Magnus Hagander wrote: > Tom Lane wrote: > > Magnus Hagander <[EMAIL PROTECTED]> writes: > >> Tom Lane wrote: > >>> Gregory Stark <[EMAIL PROTECTED]> writes: > Can we just disable const checking for MSVCC in general without using the > #pragmas? I

Re: [PATCHES] plperl warnings on win32

2007-07-25 Thread Magnus Hagander
On Tue, Jul 24, 2007 at 12:11:03PM -0400, Tom Lane wrote: > Andrew Dunstan <[EMAIL PROTECTED]> writes: > > An alternative might be to provide a perl script in the tools directory > > which would fix the perl header file. > > Seems like more work than it's worth. I'm OK with Magnus' proposed > Ma

Re: [PATCHES] patch win32.mak of libpq

2007-07-25 Thread Magnus Hagander
On Wed, Jul 25, 2007 at 02:36:41PM +0900, Hiroshi Saito wrote: > Hi Magnus, and Dave. > > Sorry, I'm a somewhat late reaction... This is the present correspondence. > However, VC6 does not support SSAPI. Therefore, the next release makes > VC6 the outside of an object. I think VC6 should support

Re: [PATCHES] patch win32.mak of libpq

2007-07-25 Thread Hiroshi Saito
Hi Magnus. Thanks! From: "Magnus Hagander" On Wed, Jul 25, 2007 at 02:36:41PM +0900, Hiroshi Saito wrote: Hi Magnus, and Dave. Sorry, I'm a somewhat late reaction... This is the present correspondence. However, VC6 does not support SSAPI. Therefore, the next release makes VC6 the outside of

Re: [PATCHES] [HACKERS] msvc, build and install with cygwin in the PATH

2007-07-25 Thread Hannes Eder
Magnus Hagander schrieb: I used to have a different patch from Andrew that did part of this, and more, and conflicted rather badly with it. However, I never got around to applying that one, and I can't seem to find it anymore. Andrew -do you recall if you had all this in yours, and is it still s