| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [PATCH 01/16] Overhaul walsender wakeup handling |
| Date: | 2012-07-02 13:51:08 |
| Message-ID: | CA+TgmoZNrLPDJ9rXS6krAN_eo=-RvHmi+vNYFuRvtmOS=KByZw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Jun 27, 2012 at 6:33 AM, Andres Freund <andres(at)2ndquadrant(dot)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.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2012-07-02 14:04:56 | Re: [PATCH 01/16] Overhaul walsender wakeup handling |
| Previous Message | Robert Haas | 2012-07-02 13:49:27 | pgsql: Make walsender more responsive. |