[pgpool-committers: 4960] pgpool: Fix oversight in	pool_extract_error_message().
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Tue Aug  7 21:43:30 JST 2018
    
    
  
Fix oversight in pool_extract_error_message().
A variable used for storing the return value was mistakenly declared
as bool, rather than int.  This led to a segfault issue mentioned in
75b27e7 on certain platform.
Branches
--------
SCRAM_AUTH
master
query_cache
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bbd49bb8008b87edf96ca762cea6865ade219379
Modified Files
--------------
src/protocol/pool_process_query.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
    
    
More information about the pgpool-committers
mailing list