[pgpool-committers: 5111] pgpool: Fix kind mismatch error when DEALLOCATE statement is issued.

Bo Peng pengbo at sraoss.co.jp
Thu Sep 13 17:45:09 JST 2018


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.

Branch
------
master

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

Modified Files
--------------
src/protocol/CommandComplete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list