[pgpool-committers: 2783] pgpool: Fixing the watchdog regression test case and a mistake done by
    Muhammad Usama 
    m.usama at gmail.com
       
    Wed Nov  4 07:56:08 JST 2015
    
    
  
Fixing the watchdog regression test case and a mistake done by previous commit
where wrong pfree a string in pool_config.l was causing a segmentation fault.
The commit also fix a problem in the watchdog code, For IPC result packets with
json data payload, the payload should also include the string terminator character
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=58a039f93e372a168f2096d8ff976daed467d5e4
Modified Files
--------------
src/config/pool_config.c                       |   32 +++++++++++-------------
src/config/pool_config.l                       |    5 ----
src/test/regression/tests/004.watchdog/test.sh |   14 +++++------
src/watchdog/watchdog.c                        |    6 ++---
4 files changed, 24 insertions(+), 33 deletions(-)
    
    
More information about the pgpool-committers
mailing list