Re: pgsql: Introduce replication slots.

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Thom Brown <thom(at)linux(dot)com>
Cc: Robert Haas <rhaas(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Introduce replication slots.
Date: 2014-02-02 05:44:51
Message-ID: CAHGQGwHL5bRpoB=bustiZcoRqyYGoTMAfgEWY_Uo8f20jK6NnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Feb 2, 2014 at 8:19 AM, Thom Brown <thom(at)linux(dot)com> wrote:
> On 1 February 2014 04:50, Robert Haas <rhaas(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2014-02-02 11:44:12 Re: pgsql: Include planning time in EXPLAIN ANALYZE output.
Previous Message Fujii Masao 2014-02-02 05:44:17 Re: pgsql: Introduce replication slots.