Re: clog double-dip in heap_hot_search_buffer

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-05-02T16:06:43Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@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