Commit 754b8140 authored by Robert Haas's avatar Robert Haas

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

Noted by Peter Geoghegan
parent 3b11247a
...@@ -833,7 +833,7 @@ heapgettup_pagemode(HeapScanDesc scan, ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment