[Pgpool-committers] pgpool - pgpool-II: First cut of standby server lag checking in

User T-ishii t-ishii at pgfoundry.org
Mon Jun 21 05:46:58 UTC 2010


Log Message:
-----------
First cut of standby server lag checking in streaming replication
mode. New directive delay_threshold and log_standby_delay added.
See docs for more details.

Modified Files:
--------------
    pgpool-II:
        main.c (r1.74 -> r1.75)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/main.c?r1=1.74&r2=1.75)
        pgpool.conf.sample (r1.35 -> r1.36)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample?r1=1.35&r2=1.36)
        pgpool.conf.sample-master-slave (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-master-slave?r1=1.7&r2=1.8)
        pgpool.conf.sample-replication (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-replication?r1=1.6&r2=1.7)
        pool_config.c (r1.42 -> r1.43)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.c?r1=1.42&r2=1.43)
        pool_config.h (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.h?r1=1.4&r2=1.5)
        pool_config.l (r1.39 -> r1.40)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_config.l?r1=1.39&r2=1.40)
        pool_process_reporting.c (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_reporting.c?r1=1.8&r2=1.9)
        pool_query_context.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_query_context.c?r1=1.5&r2=1.6)
        pool_type.h (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_type.h?r1=1.12&r2=1.13)
        pool_worker_child.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_worker_child.c?r1=1.1&r2=1.2)
    pgpool-II/doc:
        pgpool-en.html (r1.47 -> r1.48)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/doc/pgpool-en.html?r1=1.47&r2=1.48)
        pgpool-ja.html (r1.77 -> r1.78)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/doc/pgpool-ja.html?r1=1.77&r2=1.78)

Added Files:
-----------
    pgpool-II:
        pgpool.conf.sample-stream (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pgpool.conf.sample-stream?rev=1.1&content-type=text/x-cvsweb-markup)


More information about the Pgpool-committers mailing list