pgsql/src include/commands/tablecmds.h backend ...

Started by Tom Laneabout 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/29 21:24:57

Modified files:
src/include/commands: tablecmds.h
src/backend/commands: trigger.c

Log message:
Code review for ALTER TRIGGER RENAME patch: make better use of index,
don't scribble on tuple returned by table scan.