Обсуждение: pgsql/src/backend/commands (trigger.c)

Поиск
Список
Период
Сортировка

pgsql/src/backend/commands (trigger.c)

От
Tom Lane
Дата:
  Date: Friday, August 11, 2000 @ 19:45:30
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
     from hub.org:/home/projects/pgsql/tmp/cvs-serv17677/backend/commands

Modified Files:
    trigger.c

-----------------------------  Log Message  -----------------------------

copyObject() and equal() now know about all parse-time node types,
including utility statements.  Still can't copy or compare executor
state, but at present that doesn't seem to be necessary.  This makes
it possible to execute most (all?) utility statements in plpgsql.
Had to change parsetree representation of CreateTrigStmt so that it
contained only legal Nodes, and not bare string constants.