Re: libpq Win32 Mutex performance patch - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: libpq Win32 Mutex performance patch
Date
Msg-id 20080521162530.20028a0c@mha-laptop.hagander.net
Whole thread Raw
In response to Re: libpq Win32 Mutex performance patch  (Magnus Hagander <magnus@hagander.net>)
List pgsql-patches
Magnus Hagander wrote:
> Alvaro Herrera wrote:
> > Andrew Chernow wrote:
> > > Tom Lane wrote:
> > >> Silently not locking is surely
> > >> not very safe.
> > >>
> > >
> > > Here is the dump code version of the patch.  If anyone wants the
> > > return value idea, let me know.
> >
> > So is this a patch we want applied?
>
> Please see my other thread about libpq thread-locking which should be
> finished before this one, after which this patch will change. So no,
> this is not the version to be applied.

I've applied a version of this to make libpq use CRITICAL_SECTION on
win32.

//Magnus

pgsql-patches by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: WITH RECURSIVE patch V0.1
Next
From: Yoshiyuki Asaba
Date:
Subject: Re: [HACKERS] WITH RECURSIVE patch V0.1