pgsql: Document the effect of max_standby_delay on increasing the delay - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Document the effect of max_standby_delay on increasing the delay
Date
Msg-id 20100302211859.42C047541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Document the effect of max_standby_delay on increasing the delay of data
from master to slave, and discourage its use during slave/master
keep-xid-alive connections.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.256 -> r1.257)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.256&r2=1.257)
        high-availability.sgml (r1.52 -> r1.53)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.52&r2=1.53)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Update keywords list for 9.0
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Add missing library and include dir for XSLT in MSVC builds