From: Robert Haas Date: Tue, 17 Jan 2012 01:37:01 +0000 (-0500) Subject: fastgetattr is in access/htup.h, not access/heapam.h X-Git-Tag: REL9_2_BETA1~576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=754b8140a1a5ceb12343fd89423da5cc86ce5328;p=postgresql fastgetattr is in access/htup.h, not access/heapam.h Noted by Peter Geoghegan --- diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 5f6ac2ec1f..99a431a95f 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -833,7 +833,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/heapam.h is maintained. + * definition in access/htup.h is maintained. */ Datum fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,