Commit bdb9e3dc authored by Alvaro Herrera's avatar Alvaro Herrera

Fix obsolete comment

parent 83b8ee87
...@@ -7036,8 +7036,8 @@ heap_tuple_needs_freeze(HeapTupleHeader tuple, TransactionId cutoff_xid, ...@@ -7036,8 +7036,8 @@ heap_tuple_needs_freeze(HeapTupleHeader tuple, TransactionId cutoff_xid,
/* /*
* The considerations for multixacts are complicated; look at * The considerations for multixacts are complicated; look at
* heap_freeze_tuple for justifications. This routine had better be in * heap_prepare_freeze_tuple for justifications. This routine had better
* sync with that one! * be in sync with that one!
*/ */
if (tuple->t_infomask & HEAP_XMAX_IS_MULTI) if (tuple->t_infomask & HEAP_XMAX_IS_MULTI)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment