pgsql/src/backend/tcop postgres.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/tcop postgres.c
Date: 2002-02-27 23:16:11
Message-ID: 20020227231611.C280F475970@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/02/27 18:16:09

Modified files:
src/backend/tcop: postgres.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-02-27 23:17:03 pgsql/src/backend/tcop Tag: REL7_2_STABLE post ...
Previous Message Peter Eisentraut - PostgreSQL 2002-02-27 21:14:57 pgsql/doc/src/sgml/ref alter_user.sgml create_ ...