Thread: pgsql/src/include/executor (executor.h)

pgsql/src/include/executor (executor.h)

From
Tom Lane
Date:
  Date: Sunday, August  6, 2000 @ 00:26:28
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/executor
     from hub.org:/home/projects/pgsql/tmp/cvs-serv73073/src/include/executor

Modified Files:
    executor.h

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

Clean up inefficiency in ExecRelCheck, and cause it to do the right
thing when there are multiple result relations.  Formerly, during
something like 'UPDATE foo*', foo's constraints and *only* foo's
constraints would be applied to all foo's children.  Wrong-o ...