Re: pgsql: Use a latch to make startup process wake up and replay - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: Use a latch to make startup process wake up and replay
Date
Msg-id 4C90D139.3020705@enterprisedb.com
Whole thread Raw
In response to Re: pgsql: Use a latch to make startup process wake up and replay  (Thom Brown <thom@linux.com>)
List pgsql-committers
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

pgsql-committers by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Use a latch to make startup process wake up and replay
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix two typos in comments, spotted by Fujii Masao and Thom Brown