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

Noted by Peter Geoghegan
pull/1/head
Robert Haas 14 years ago
parent 3b11247aad
commit 754b8140a1
  1. 2
      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,

Loading…
Cancel
Save