diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-08-22 13:55:34 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-08-22 14:00:54 -0400 |
commit | 13b037f93886b7cea393edf691e2dca14cf7b3e9 (patch) | |
tree | 9f6d5d01cd380896b5635ad67825dab759d5196c | |
parent | 318fe2321ed0207c8771dc0e24dfa84560dc6b51 (diff) | |
download | postgresql-13b037f93886b7cea393edf691e2dca14cf7b3e9.tar.gz postgresql-13b037f93886b7cea393edf691e2dca14cf7b3e9.zip |
Fix outdated comment
-rw-r--r-- | src/backend/access/heap/heapam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index baed72214af..ecda00cdcde 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -949,7 +949,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, |