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

Bo Peng pengbo at sraoss.co.jp
Fri Sep 14 13:50:25 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
------
V3_5_STABLE

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

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



More information about the pgpool-committers mailing list