Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance tweak - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance tweak
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD678@Herge.rcsinc.local
Whole thread Raw
Responses Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance tweak
List pgsql-hackers
> > > I can't get the postgres to link with the patch...
> > > Am I missing something?
> > > Merlin
> > >
> > False alarm.  I had to rerun configure which copies win32.h in
various
> > places, as Qingqing noted.
> >
> Not false alarm :)  Only with DLLIMPORT can I link all the libraries.
> Will have performance #s up in a bit.

I have a couple of cpu-bound performance tests that I just ran with and
without the patch.  Everything is ran with n=1 until volatile issue is
sorted out but so far I am not seeing any performance
improvement...believe me I would like nothing more than to report
otherwise.  Also my tests maybe don't stress the signal code much.  I
observed both the running time measured from the client and the weighted
average cpu load on the server.

Maybe it make a difference with high user load.

Merlin


pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance tweak
Next
From: Qingqing Zhou
Date:
Subject: Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance tweak