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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (copy.c)
Date: 2000-08-06 04:26:56
Message-ID: 200008060426.e764Qun73227@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, August 6, 2000 @ 00:26:49
Author: tgl

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

Modified Files:
copy.c

----------------------------- 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 ...

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-06 04:39:10 pgsql/src/backend/utils/cache (relcache.c)
Previous Message Tom Lane 2000-08-06 04:26:40 pgsql/src/include/nodes (execnodes.h)