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

From Thom Brown
Subject Re: pgsql: Introduce replication slots.
Date
Msg-id CAA-aLv5mU8fk=Wk17Sd0N=ttS+P+KBNPmz_2UxuYXYP7-EtHZQ@mail.gmail.com
Whole thread Raw
In response to pgsql: Introduce replication slots.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Introduce replication slots.  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-committers
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/


--
Thom


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: fix whitespace
Next
From: Tom Lane
Date:
Subject: pgsql: Fix some wide-character bugs in the text-search parser.