projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
083dc95
)
Fix erroneous cross-reference in comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 15 Apr 2017 18:22:26 +0000
(14:22 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 15 Apr 2017 18:22:26 +0000
(14:22 -0400)
Seems to have been introduced in commit
c219d9b0a
. I think there indeed
was a "tupbasics.h" in some early drafts of that refactoring, but it
didn't survive into the committed version.
Amit Kapila
src/include/access/htup_details.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/htup_details.h
b/src/include/access/htup_details.h
index 7b6285df136914ad3d618d644b2f71ab0f84341f..e365f4f2b4e1c6a29bf5f6e46c09973953d8cea7 100644
(file)
--- a/
src/include/access/htup_details.h
+++ b/
src/include/access/htup_details.h
@@
-165,7
+165,7
@@
struct HeapTupleHeaderData
/* MORE DATA FOLLOWS AT END OF STRUCT */
};
-/* typedef appears in
tupbasics
.h */
+/* typedef appears in
htup
.h */
#define SizeofHeapTupleHeader offsetof(HeapTupleHeaderData, t_bits)