Fix obsolete comment

This commit is contained in:
Alvaro Herrera 2016-05-12 15:36:51 -03:00
parent 83b8ee8754
commit bdb9e3dc1d
1 changed files with 2 additions and 2 deletions

View File

@ -7036,8 +7036,8 @@ heap_tuple_needs_freeze(HeapTupleHeader tuple, TransactionId cutoff_xid,
/*
* The considerations for multixacts are complicated; look at
* heap_freeze_tuple for justifications. This routine had better be in
* sync with that one!
* heap_prepare_freeze_tuple for justifications. This routine had better
* be in sync with that one!
*/
if (tuple->t_infomask & HEAP_XMAX_IS_MULTI)
{