public inbox for [email protected]
help / color / mirror / Atom feedFrom: Michael Paquier <[email protected]>
To: [email protected]
Subject: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData
Date: Sat, 26 Sep 2015 20:44:14 +0900
Message-ID: <CAB7nPqTwAcPW6KPSxCNUJgB0LHFRFWTri0dC2=h6dqJS26R23g@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
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
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[text/x-diff] 20150926_storage_fixtypo.patch (401B, 2-20150926_storage_fixtypo.patch)
download | inline diff:
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>
<para>
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData
In-Reply-To: <CAB7nPqTwAcPW6KPSxCNUJgB0LHFRFWTri0dC2=h6dqJS26R23g@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox