Commit 3123ee0d authored by Fujii Masao's avatar Fujii Masao

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
parent 286a3a68
...@@ -990,7 +990,7 @@ data. Empty in ordinary tables.</entry> ...@@ -990,7 +990,7 @@ data. Empty in ordinary tables.</entry>
<para> <para>
All the details can be found in All the details can be found in
<filename>src/include/access/htup.h</filename>. <filename>src/include/access/htup_details.h</filename>.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment