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:42:28 +0000 (11:42 +0900)
commit45df6fd23fde91d4373ff7b518e279040ec029cf
tree47e7a32ff809c3eb6f81a7b249acae0c0b616eb4
parent91f141ec74f1ed2faec4667a9a70de4c142acff7
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