[pgpool-committers: 2369] 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
------
V3_4_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f8edf0e37aa0ea86e297e5582e8bb489831a1995
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