Re: pgsql: Introduce replication slots.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: pgsql: Introduce replication slots.
Дата
Msg-id CAHGQGwHL5bRpoB=bustiZcoRqyYGoTMAfgEWY_Uo8f20jK6NnQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Introduce replication slots.  (Thom Brown <thom@linux.com>)
Ответы Re: pgsql: Introduce replication slots.  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-committers
On Sun, Feb 2, 2014 at 8:19 AM, Thom Brown <thom@linux.com> wrote:
> On 1 February 2014 04:50, Robert Haas <rhaas@postgresql.org> wrote:
>> doc/src/sgml/high-availability.sgml                |   94 +-
>
> s/configuration a replication slot/configuring a replication/
>
>
>> doc/src/sgml/ref/pg_receivexlog.sgml
>
> s/paramter/parameter/
>
>
>> src/backend/replication/slot.c                     | 1066 ++++++++++++++++++++
>
> s/they also useful/they are also useful/
>
> s/name to be uses/name to be used/
>
> s/Find an previously/Find a previously/
>
> s/nobody else wil write/nobody else will write/
>
> s/wouldn't know wether/wouldn't know whether/
>
>
>> src/backend/replication/walsender.c                |  197 +++-
>
> s/slot should saved to/slot should save to|slot should be saved to/
>
> s/we don't need the the/we don't need the/
>
>
>> src/bin/pg_basebackup/receivelog.c                 |   49 +-
>
> s/elegible/eligible/

Thanks! Committed.

Regards,

--
Fujii Masao


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Introduce replication slots.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Include planning time in EXPLAIN ANALYZE output.