| From: | Thom Brown <thom(at)linux(dot)com> |
|---|---|
| To: | Robert Haas <rhaas(at)postgresql(dot)org> |
| Cc: | pgsql-committers <pgsql-committers(at)postgresql(dot)org> |
| Subject: | Re: pgsql: Introduce replication slots. |
| Date: | 2014-02-01 23:19:02 |
| Message-ID: | CAA-aLv5mU8fk=Wk17Sd0N=ttS+P+KBNPmz_2UxuYXYP7-EtHZQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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/
--
Thom
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-02-01 23:28:09 | pgsql: Fix some wide-character bugs in the text-search parser. |
| Previous Message | Andrew Dunstan | 2014-02-01 21:30:30 | pgsql: fix whitespace |