Skip to content

Commit 5091f39

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 03f9b63 commit 5091f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/storage.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ data. Empty in ordinary tables.</entry>
878878

879879
<para>
880880
All the details can be found in
881-
<filename>src/include/access/htup.h</filename>.
881+
<filename>src/include/access/htup_details.h</filename>.
882882
</para>
883883

884884
<para>

0 commit comments

Comments
 (0)