Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> + /* Deleter committed, so tuple is alive if the XID is old enough. */
> + return TransactionIdPrecedes(HeapTupleHeaderGetXmax(tuple), OldestXmin);
s/alive/dead/ in that comment? Otherwise this seems like a good idea.
regards, tom lane