Add some notes about why it's not a bug that RI_FKey_check calls

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7a2fe85b03b31f748614cae7a7b3808dba4f65ce
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-27T21:41:21Z
Releases: 8.2.0
Add some notes about why it's not a bug that RI_FKey_check calls
HeapTupleSatisfiesItself without doing LockBuffer first.  This code
is a bit fragile, but AFAICS it's not actually broken.

Files

PathChange+/−
src/backend/utils/adt/ri_triggers.c modified +14 −4