summaryrefslogtreecommitdiff
path: root/src/backend/access/heap
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
commitbdb9e3dc1da95bdfc28deb43914ff5f082bd9043 (patch)
tree00abb9977c1394392997dab94e5c60f350d22b2d /src/backend/access/heap
parent83b8ee87541c82505a85476024c1a4d50452a697 (diff)
downloadpostgresql-bdb9e3dc1da95bdfc28deb43914ff5f082bd9043.tar.gz
Fix obsolete comment
Diffstat (limited to 'src/backend/access/heap')
-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 950bfc8e36..5e4ee30071 100644
--- a/src/backend/access/heap/heapam.c
+++ b/src/backend/access/heap/heapam.c
@@ -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)
{