Re: [COMMITTERS] pgsql: Cascading replication feature for streaming log-based replicatio

2011-10-10 Thread Thom Brown
On 10 October 2011 15:18, Robert Haas wrote: > On Sat, Oct 8, 2011 at 8:59 AM, Thom Brown wrote: >> s/and may also/and you may also/ > > This was already fixed in a later commit. > >> In doc/src/sgml/high-availability.sgml: >> >> s/effected/affected/ > > I fixed this. > >> Also: "i.e., set max_wa

Re: [COMMITTERS] pgsql: Cascading replication feature for streaming log-based replicatio

2011-10-10 Thread Robert Haas
On Sat, Oct 8, 2011 at 8:59 AM, Thom Brown wrote: > s/and may also/and you may also/ This was already fixed in a later commit. > In doc/src/sgml/high-availability.sgml: > > s/effected/affected/ I fixed this. > Also: "i.e., set max_wal_senders, hot_standby and authentication option" > > Doesn't

Re: [COMMITTERS] pgsql: Cascading replication feature for streaming log-based replicatio

2011-10-08 Thread Thom Brown
On 19 July 2011 03:44, Simon Riggs wrote: > Cascading replication feature for streaming log-based replication. > Standby servers can now have WALSender processes, which can work with > either WALReceiver or archive_commands to pass data. Fully updated > docs, including new conceptual terms of send

[COMMITTERS] pgsql: Cascading replication feature for streaming log-based replicatio

2011-07-18 Thread Simon Riggs
Cascading replication feature for streaming log-based replication. Standby servers can now have WALSender processes, which can work with either WALReceiver or archive_commands to pass data. Fully updated docs, including new conceptual terms of sending server, upstream and downstream servers. WALSen