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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: Use a latch to make startup process wake up and replay
Дата
Msg-id 4C90D139.3020705@enterprisedb.com
обсуждение исходный текст
Ответ на Re: pgsql: Use a latch to make startup process wake up and replay  (Thom Brown <thom@linux.com>)
Список 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 по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: Use a latch to make startup process wake up and replay
Следующее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Fix two typos in comments, spotted by Fujii Masao and Thom Brown