Re: pgsql: Introduce replication slots. - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: Introduce replication slots.
Date
Msg-id CAHGQGwHL5bRpoB=bustiZcoRqyYGoTMAfgEWY_Uo8f20jK6NnQ@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Introduce replication slots.  (Thom Brown <thom@linux.com>)
Responses Re: pgsql: Introduce replication slots.  (Jeff Davis <pgsql@j-davis.com>)
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pgsql: Introduce replication slots.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Include planning time in EXPLAIN ANALYZE output.