[pgpool-committers: 4795] 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
------
V3_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bf61ea2a863a31b5bcf05f0a6054c6dfc7a13633

Modified Files
--------------
src/protocol/pool_process_query.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)



More information about the pgpool-committers mailing list