[Pgpool-committers] pgpool - pgpool-II: Fix incorrect calculation of LSN in bytes.

User T-ishii t-ishii at pgfoundry.org
Thu May 5 02:39:14 UTC 2011


Log Message:
-----------
Fix incorrect calculation of LSN in bytes.

Change pg_last_xlog_receive_location() to
pg_last_xlog_replay_location() because the latter respects actually
replayed location which will give less chance for clients to have
stale data in standby.

Fix suggested by Anton Yuzhaninov.

Modified Files:
--------------
    pgpool-II:
        pool_worker_child.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_worker_child.c?r1=1.7&r2=1.8)


More information about the Pgpool-committers mailing list