aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-05-12 15:36:51 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-05-12 15:36:51 -0300
commit627dcb6e42d2fd67ac1e2fb7cb8071d244697a53 (patch)
treec491118d7221f8af8b28d7f34b9f4cbda8a0f85a
parente9a273199fd59c779d48d101cf83635a076c9ee0 (diff)
downloadpostgresql-627dcb6e42d2fd67ac1e2fb7cb8071d244697a53.tar.gz
postgresql-627dcb6e42d2fd67ac1e2fb7cb8071d244697a53.zip
Fix obsolete comment
-rw-r--r--src/backend/access/heap/heapam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c
index 5ed3cb52c45..91cd3710ba8 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)
{