This patch makes the EXECUTE command's completion tag return the

Bruce Momjian <bruce@momjian.us>

Commit: 914042fe5f7901d0b1ce1a0fceb743deaf5f91dc
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-04-22T02:58:21Z
Releases: 8.0.0
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

Files

PathChange+/−
src/backend/commands/prepare.c modified +3 −3
src/backend/tcop/utility.c modified +2 −2
src/include/commands/prepare.h modified +3 −2