[pgpool-committers: 4793] pgpool: Fix oversight in pool_extract_error_message().

Tatsuo Ishii ishii at postgresql.org
Tue Jun 19 11:43:03 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.

Branch
------
master

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