]> granicus.if.org Git - postgresql/commit
Minor code rearrangement to save a few cycles in RI_FKey_check when
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2006 19:15:29 +0000 (19:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2006 19:15:29 +0000 (19:15 +0000)
commitd7c310c1fa03d062225cf7c5ef146cc615d44b7b
tree30ac5429cc41a915d9aefbb8277a4c72003d127d
parent548237fc840134bf038433e318b3cd4c30f85912
Minor code rearrangement to save a few cycles in RI_FKey_check when
the subject tuple is already deleted: we need not open the pk_rel
until after we check that.
src/backend/utils/adt/ri_triggers.c