diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-05-12 15:36:51 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-05-12 15:36:51 -0300 |
commit | 21ef195340bf37cb55383f6fdfe33609f5003a27 (patch) | |
tree | cb46cf6ad32b82d91f001d0ee2994815ad9cd9d3 | |
parent | 428484ce102b3d4e6308c8504744558c2e2d99af (diff) | |
download | postgresql-21ef195340bf37cb55383f6fdfe33609f5003a27.tar.gz postgresql-21ef195340bf37cb55383f6fdfe33609f5003a27.zip |
Fix obsolete comment
-rw-r--r-- | src/backend/access/heap/heapam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index f44aaf08ad6..50603e2edf8 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -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) { |