[pgpool-committers: 5114] 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_6_STABLE

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

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



More information about the pgpool-committers mailing list