Robert Haas <robertmh...@gmail.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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to