Re: pgsql: Use a latch to make startup process wake up and replay

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Thom Brown <thom(at)linux(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Use a latch to make startup process wake up and replay
Date: 2010-09-15 13:59:21
Message-ID: 4C90D139.3020705@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 15/09/10 14:14, Fujii Masao wrote:
> + /*
> + * Take ownership of the wakup latch if we're going to sleep during
> + * recovery.
> + */
>
> I found a typo: s/wakup/wakeup/
>

On 15/09/10 14:48, Thom Brown wrote:
> + * We don't need the latch anymore. It's not strictly necessary to disown
> + * it, but let's do it for the sake of tidyness.
> + */
>
> s/tidyness/tidiness/

Fixed both of these. Thank you.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-09-15 14:14:23 Re: Latches, signals, and waiting
Previous Message Heikki Linnakangas 2010-09-15 13:58:22 pgsql: Fix two typos in comments, spotted by Fujii Masao and Thom Brown

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-09-15 14:14:23 Re: Latches, signals, and waiting
Previous Message Tom Lane 2010-09-15 13:55:30 Latches, signals, and waiting