Skip to content

Commit 2d57d88

Browse files
committed
Fix mention of htup.h in storage.sgml
Previously it was documented that the details on HeapTupleHeaderData struct could be found in htup.h. This is not correct because it's now defined in htup_details.h. Back-patch to 9.3 where the definition of HeapTupleHeaderData struct was moved from htup.h to htup_details.h. Michael Paquier
1 parent aad86c5 commit 2d57d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/storage.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ data. Empty in ordinary tables.</entry>
857857

858858
<para>
859859
All the details can be found in
860-
<filename>src/include/access/htup.h</filename>.
860+
<filename>src/include/access/htup_details.h</filename>.
861861
</para>
862862

863863
<para>

0 commit comments

Comments
 (0)