postgresql/src/test
Neil Conway adfeef55cb When enqueueing after-row triggers for updates of a table with a foreign
key, compare the new and old row versions. If the foreign key column has
not changed, we needn't enqueue the trigger, since the update cannot
violate the foreign key. This optimization was previously applied in the
RI trigger function, but it is more efficient to avoid firing the trigger
altogether. Per recent discussion on pgsql-hackers.

Also add a regression test for some unintuitive foreign key behavior, and
refactor some code that deals with the OIDs of the various RI trigger
functions.
2005-05-30 07:20:59 +00:00
..
bench
examples Have libpgport link before libpq so that PG client applications are more 2005-03-25 18:17:14 +00:00
locale
mb Rename canonical encodings, per Peter: 2005-03-07 04:30:55 +00:00
performance
regress When enqueueing after-row triggers for updates of a table with a foreign 2005-05-30 07:20:59 +00:00
Makefile