summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2014-08-22 17:55:34 +0000
committerAlvaro Herrera2014-08-22 18:03:11 +0000
commit01d15a2677c738489e62295924298ef8a72528a8 (patch)
tree3acd00674c62624fbf95afdee7c50c40607abbf4
parent41dd50e84df39e31595f3472b0cb6d00f63b3f99 (diff)
Fix outdated comment
-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 d731f988b80..9d2775bab19 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,