Skip to content

Commit bdb9e3d

Browse files
committed
Fix obsolete comment
1 parent 83b8ee8 commit bdb9e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/heap/heapam.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7036,8 +7036,8 @@ heap_tuple_needs_freeze(HeapTupleHeader tuple, TransactionId cutoff_xid,
70367036

70377037
/*
70387038
* The considerations for multixacts are complicated; look at
7039-
* heap_freeze_tuple for justifications. This routine had better be in
7040-
* sync with that one!
7039+
* heap_prepare_freeze_tuple for justifications. This routine had better
7040+
* be in sync with that one!
70417041
*/
70427042
if (tuple->t_infomask & HEAP_XMAX_IS_MULTI)
70437043
{

0 commit comments

Comments
 (0)