Re: [PATCH 01/16] Overhaul walsender wakeup handling - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PATCH 01/16] Overhaul walsender wakeup handling
Date
Msg-id 201207021604.56893.andres@2ndquadrant.com
Whole thread Raw
In response to Re: [PATCH 01/16] Overhaul walsender wakeup handling  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Monday, July 02, 2012 03:51:08 PM Robert Haas wrote:
> On Wed, Jun 27, 2012 at 6:33 AM, Andres Freund <andres@2ndquadrant.com> 
wrote:
> >> Will do so. Not sure if I can finish it today though, I am in the midst
> >> of redoing the ilist and xlogreader patches. I guess tomorrow will
> >> suffice otherwise...
> > 
> > Ok, attached are two patches:
> > The first is the rebased version of the original patch with
> > WalSndWakeupProcess renamed to WalSndWakeupProcessRequests (seems
> > clearer).
> > 
> > The second changes WalSndWakeupRequest and WalSndWakeupProcessRequests
> > into macros as you requested before. I am not sure if its a good idea or
> > not.
> > 
> > Anything else?
> I committed these with just a bit of cleanup.  Sorry it took me a
> while to get back to this.  I did run some more tests but found no
> regressions.
Nothing to be sorry for. Looks good.

Thanks

Andres
-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH 01/16] Overhaul walsender wakeup handling
Next
From: Dimitri Fontaine
Date:
Subject: Re: Event Triggers reduced, v1