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