diff options
Diffstat (limited to 'src/backend/access/heap/heapam.c')
-rw-r--r-- | src/backend/access/heap/heapam.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 3e322bc3efd..f2df64caa2c 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -1676,9 +1676,9 @@ heap_get_latest_tid(TableScanDesc sscan, TransactionId priorXmax; /* - * table_get_latest_tid verified that the passed in tid is valid. Assume - * that t_ctid links are valid however - there shouldn't be invalid ones - * in the table. + * table_tuple_get_latest_tid() verified that the passed in tid is valid. + * Assume that t_ctid links are valid however - there shouldn't be invalid + * ones in the table. */ Assert(ItemPointerIsValid(tid)); |