]> granicus.if.org Git - postgresql/commit
Improve comments about why SET DEFAULT triggers must recheck for matches.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jun 2012 02:45:07 +0000 (22:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jun 2012 02:45:07 +0000 (22:45 -0400)
commit48756be9cf31c37a936eecff051bf143d5866551
tree8824b96b1e31562bd16d6dfb92b67d6b37515ee3
parente8c9fd5fdf768323911f7088e8287f63b513c3c6
Improve comments about why SET DEFAULT triggers must recheck for matches.

I was confused about this, so try to make it clearer for the next person.

(This seems like a fairly inefficient way of dealing with a corner case,
but I don't have a better idea offhand.  Maybe if there were a way to turn
off the RI_FKey_keyequal_upd_fk event filter temporarily?)
src/backend/utils/adt/ri_triggers.c