postgresql/src/backend/tcop
Tom Lane fdc60bd9d9 Tweak pg_exec_query_string so that we close down transaction command
before reporting command-complete message for the final command of a
query string.  This way, any errors detected during finish_xact_command
(such as RI violations) will appear to be part of the final command,
rather than coming out after the command is reported complete.  This
avoids confusing PQendcopy and other not-overly-bright clients.
Per Lee Harr's bug report of 25-Feb-02.
2002-02-27 23:16:07 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
dest.c Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
fastpath.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres.c Tweak pg_exec_query_string so that we close down transaction command 2002-02-27 23:16:07 +00:00
pquery.c Paranoia about data structure lifetime ... 2002-02-27 19:52:41 +00:00
utility.c Restructure command-completion-report code so that there is just one 2002-02-26 22:47:12 +00:00