summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2014-08-22 13:55:34 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2014-08-22 14:00:36 -0400
commit25eda23679433ee35972f9e4411a628e19b8cd57 (patch)
treee0ac75d31f2e2b5012904f43238662e25cb2d6c2 /src
parent15247948cc19e74b20af15020b48bee4aec771e9 (diff)
Fix outdated comment
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/heap/heapam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c
index e8199b309b7..f710cdc3645 100644
--- a/src/backend/access/heap/heapam.c
+++ b/src/backend/access/heap/heapam.c
@@ -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,