]> granicus.if.org Git - postgresql/commitdiff
Fix erroneous cross-reference in comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Apr 2017 18:22:26 +0000 (14:22 -0400)
committerTom 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

index 7b6285df136914ad3d618d644b2f71ab0f84341f..e365f4f2b4e1c6a29bf5f6e46c09973953d8cea7 100644 (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)