From 25eda23679433ee35972f9e4411a628e19b8cd57 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 22 Aug 2014 13:55:34 -0400 Subject: [PATCH] Fix outdated comment --- src/backend/access/heap/heapam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index e8199b309b..f710cdc364 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -955,7 +955,7 @@ heapgettup_pagemode(HeapScanDesc scan, #if defined(DISABLE_COMPLEX_MACRO) /* * This is formatted so oddly so that the correspondence to the macro - * definition in access/htup.h is maintained. + * definition in access/htup_details.h is maintained. */ Datum fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc, -- 2.40.0