projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b11247
)
fastgetattr is in access/htup.h, not access/heapam.h
author
Robert Haas
<rhaas@postgresql.org>
Tue, 17 Jan 2012 01:37:01 +0000
(20:37 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 17 Jan 2012 01:37:01 +0000
(20:37 -0500)
Noted by Peter Geoghegan
src/backend/access/heap/heapam.c
patch
|
blob
|
history
diff --git
a/src/backend/access/heap/heapam.c
b/src/backend/access/heap/heapam.c
index 5f6ac2ec1fdaf7598084150d017d8c85bfeeebe5..99a431a95ff0662c82de5dfbd253f00777ca2c7c 100644
(file)
--- a/
src/backend/access/heap/heapam.c
+++ b/
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/h
eapam
.h is maintained.
+ * definition in access/h
tup
.h is maintained.
*/
Datum
fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc,