Fix obsolete comment
authorAlvaro Herrera
Thu, 12 May 2016 18:36:51 +0000 (15:36 -0300)
committerAlvaro Herrera
Thu, 12 May 2016 18:36:51 +0000 (15:36 -0300)
src/backend/access/heap/heapam.c

index 559970fe67b6c2e6e5a5309188a79af8d409f093..78746d15b9525170999d4e76d741059e68278542 100644 (file)
@@ -6155,8 +6155,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)
    {