Fix oversight in pool_extract_error_message().
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 19 Jun 2018 02:31:29 +0000 (11:31 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 19 Jun 2018 02:31:29 +0000 (11:31 +0900)
commitbbd49bb8008b87edf96ca762cea6865ade219379
tree3cda7a03c6c35070961181a75f1be1395653c43c
parent75b27e72537a5d0c8e1be2c9a405328accdc8133
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.
src/protocol/pool_process_query.c