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:
Tom Lane 2017-04-15 14:22:26 -04:00
parent 083dc95a14
commit bfba563bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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)