]> granicus.if.org Git - postgresql/commitdiff
Fix mention of htup.h in storage.sgml
authorFujii Masao <fujii@postgresql.org>
Thu, 1 Oct 2015 14:00:52 +0000 (23:00 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 1 Oct 2015 14:13:26 +0000 (23:13 +0900)
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

doc/src/sgml/storage.sgml

index fd31b73b62693f6b6372a61678d4691015df703e..5824fce2a2cb60a8384e6b0b828a30022f9b5892 100644 (file)
@@ -857,7 +857,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>