Thread: pgsql/src backend/commands/Tag: backend/comman ...
CVSROOT: /cvsroot Module name: pgsql Changes by: tgl@postgresql.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.