[pgpool-committers: 3394] pgpool: Add "replication delay" column to "show pool_nodes".

Tatsuo Ishii ishii at postgresql.org
Fri Aug 12 12:55:37 JST 2016


Add "replication delay" column to "show pool_nodes".

This column shows the replication delay value in bytes if operated in
streaming replication mode.  In other mode, this is always 0.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9db83a8841925311f2e463e2bbeb875cf2bc158a

Modified Files
--------------
doc/pgpool-en.html                 | 10 +++++-----
doc/pgpool-ja.html                 | 10 +++++-----
src/include/pcp/libpcp_ext.h       |  1 +
src/utils/pool_process_reporting.c | 21 ++++++++++++++++++++-
4 files changed, 31 insertions(+), 11 deletions(-)



More information about the pgpool-committers mailing list