[pgpool-committers: 2367] pgpool: Fix for [pgpool-general: 3374] show pool_nodes

Muhammad Usama m.usama at gmail.com
Wed Dec 24 03:20:33 JST 2014


Fix for [pgpool-general: 3374] show pool_nodes

The size of string for holding the node id in POOL_REPORT_NODES was too small
for ids having more than one digits. Also adjusting the port string size in
same structure which was lot more than what is actually required.

Branch
------
master

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

Modified Files
--------------
src/include/pcp/libpcp_ext.h       |    5 +++--
src/utils/pool_process_reporting.c |    4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list