From: Alvaro Herrera Date: Thu, 12 May 2016 18:36:51 +0000 (-0300) Subject: Fix obsolete comment X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=627dcb6e42d2fd67ac1e2fb7cb8071d244697a53;p=users%2Fheikki%2Fpostgres.git Fix obsolete comment --- diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 5ed3cb52c4..91cd3710ba 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -6361,8 +6361,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) {