Fix kind mismatch error when DEALLOCATE statement is issued.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 13 Sep 2018 08:30:58 +0000 (17:30 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 13 Sep 2018 08:30:58 +0000 (17:30 +0900)
commit8e123b62277223ce3ccfa9d05c5aa5ecb7b87a3c
tree97449b40e0e936c2780561e35a4dd51e82233b1a
parentc2fc260fd2f84fd438b7eaa88b69c46489b93c98
Fix kind mismatch error when DEALLOCATE statement is issued.

PREPARE should be add to pool_add_sent_message, so that EXECUTE and DEALLOCATE
can be sent to the same node as PREPARE.

See [pgpool-general: 6226] for more details.
src/protocol/CommandComplete.c