[pgpool-committers: 4791] 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_7_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=02c49aeb4e370a9e1b171d82fff265bc2366ee48
Modified Files
--------------
src/protocol/pool_process_query.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the pgpool-committers
mailing list