pgsql/src backend/commands/Tag: backend/comman ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/Tag: backend/comman ...
Date: 2002-02-26 23:48:48
Message-ID: 20020226234848.861444762B9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/02/26 18:48:47

Modified files:
src/backend/commands: Tag: REL7_2_STABLE command.c explain.c
src/backend/executor: Tag: REL7_2_STABLE functions.c spi.c
src/backend/nodes: Tag: REL7_2_STABLE copyfuncs.c equalfuncs.c
readfuncs.c
src/backend/parser: Tag: REL7_2_STABLE analyze.c
src/backend/tcop: Tag: REL7_2_STABLE dest.c postgres.c pquery.c
utility.c
src/include/commands: Tag: REL7_2_STABLE command.h
src/include/nodes: Tag: REL7_2_STABLE parsenodes.h
src/include/tcop: Tag: REL7_2_STABLE dest.h pquery.h utility.h

Log message:
Back-patch fix for command completion report handling. This is
primarily needed so that INSERTing a row still reports the row's OID
even when there are ON INSERT rules firing additional queries.

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2002-02-27 01:34:42 pgsql/src/backend/commands copy.c
Previous Message Tom Lane 2002-02-26 22:47:15 pgsql/src backend/commands/command.c backend/c ...