storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

Started by Michael Paquierover 10 years ago3 messagesdocs
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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
#2Fujii Masao
masao.fujii@gmail.com
In reply to: Michael Paquier (#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

#3Michael Paquier
michael@paquier.xyz
In reply to: Fujii Masao (#2)
Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

On Thu, Oct 1, 2015 at 11:14 PM, Fujii Masao <masao.fujii@gmail.com>wrote:

Applied. Thanks!

Thanks!
--
Michael