This patch makes the EXECUTE command's completion tag return the
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/prepare.c | modified | +3 −3 |
| src/backend/tcop/utility.c | modified | +2 −2 |
| src/include/commands/prepare.h | modified | +3 −2 |