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.
pgsql-committers by date
| Next: | From: Tatsuo Ishii | Date: 2002-02-27 01:34:42 |
| Subject: pgsql/src/backend/commands copy.c |
| Previous: | From: Tom Lane | Date: 2002-02-26 22:47:15 |
| Subject: pgsql/src backend/commands/command.c backend/c ... |