]> granicus.if.org Git - postgresql/commit
This patch makes the EXECUTE command's completion tag return the
authorBruce Momjian <bruce@momjian.us>
Thu, 22 Apr 2004 02:58:21 +0000 (02:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 22 Apr 2004 02:58:21 +0000 (02:58 +0000)
commit914042fe5f7901d0b1ce1a0fceb743deaf5f91dc
treeec5d5819c23ece366e61c19d420867b12648f734
parentec7c4c1b66d1ed9eba5ec22fdb7fe4618ece4d25
This patch makes the EXECUTE command's completion tag return the
completion tag of the actual statement executed.  This allows the
correct update count to be returned for UPDATE/INSERT/DELETE
statements.

Kris Jurka
src/backend/commands/prepare.c
src/backend/tcop/utility.c
src/include/commands/prepare.h