[pgpool-committers: 2471] 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_4_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e1f631420d45f83eb7a88a2af721aa4d7944c216
Modified Files
--------------
src/include/pcp/libpcp_ext.h |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
    
    
More information about the pgpool-committers
mailing list