Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix obsolete comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 12 May 2016 18:36:51 +0000 (15:36 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 12 May 2016 18:36:51 +0000 (15:36 -0300)
src/backend/access/heap/heapam.c

index 950bfc8e3648cd55afd9ed56da13f7ab8e1f49d7..5e4ee30071f2c4eb7f24b0851869ca1552729aa2 100644 (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)
    {