aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-10-01 23:00:52 +0900
committerFujii Masao <fujii@postgresql.org>2015-10-01 23:13:07 +0900
commitc9a8d05465b5ed662235966554cb70d61d00707c (patch)
tree72c2d8d2325646c04608fc9114ee714f7d494b0c
parent8c8a834b14712de5252858aebbd4c5900c105c78 (diff)
downloadpostgresql-c9a8d05465b5ed662235966554cb70d61d00707c.tar.gz
postgresql-c9a8d05465b5ed662235966554cb70d61d00707c.zip
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
-rw-r--r--doc/src/sgml/storage.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index 0153b08073f..164d08ce490 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -990,7 +990,7 @@ data. Empty in ordinary tables.</entry>
<para>
All the details can be found in
- <filename>src/include/access/htup.h</filename>.
+ <filename>src/include/access/htup_details.h</filename>.
</para>
<para>