[pgpool-committers: 2469] pgpool: Enlarge POOLCONFIG_MAXDESCLEN to 80.

Tatsuo Ishii ishii at postgresql.org
Sat Feb 21 13:37:24 JST 2015


Enlarge POOLCONFIG_MAXDESCLEN to 80.

This is used in show pool_status command and limits the length of
parameter description.  Unfortunately recovery_timeout description is
64 chars, which is 1 byte longer than former definition of the macro
because we need on more byte for null termination.

Branch
------
V3_1_STABLE

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

Modified Files
--------------
pcp/libpcp_ext.h |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list