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

Lists: pgsql-committers
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: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
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.