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 f44aaf08ad6440d0c90d91e4fef602e5186519ca..50603e2edf8e18093dfb50552205c3895d8de3c7 100644 (file)
@@ -6752,8 +6752,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)
    {