fastgetattr is in access/htup.h, not access/heapam.h

Noted by Peter Geoghegan
This commit is contained in:
Robert Haas 2012-01-16 20:37:01 -05:00
parent 3b11247aad
commit 754b8140a1

View File

@ -833,7 +833,7 @@ heapgettup_pagemode(HeapScanDesc scan,
#if defined(DISABLE_COMPLEX_MACRO) #if defined(DISABLE_COMPLEX_MACRO)
/* /*
* This is formatted so oddly so that the correspondence to the 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 Datum
fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc, fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,