]> granicus.if.org Git - postgresql/commitdiff
Fix outdated comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Aug 2014 17:55:34 +0000 (13:55 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Aug 2014 18:00:36 +0000 (14:00 -0400)
src/backend/access/heap/heapam.c

index e8199b309b7142752c8b833ce4d087da432bf194..f710cdc3645045b0036bf4e320803cefd80afac4 100644 (file)
@@ -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,