mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Fix erroneous cross-reference in comment.
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
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user