storage.sgml mentioning htup.h when referring to HeapTupleHeaderData
Started by Michael Paquierover 10 years ago3 messagesdocs
Hi all,
I found the following mistake in the docs while looking at another patch:
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index 0153b08..164d08c 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>
Patch is attached.
Regards,
--
Michael
Attachments:
20150926_storage_fixtypo.patchtext/x-diff; charset=US-ASCII; name=20150926_storage_fixtypo.patchDownload+1-1
Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData
On Sat, Sep 26, 2015 at 8:44 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
Hi all,
I found the following mistake in the docs while looking at another patch: diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 0153b08..164d08c 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>Patch is attached.
Applied. Thanks!
Regards,
--
Fujii Masao
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs