storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData
Date: 2015-09-26 11:44:14
Message-ID: CAB7nPqTwAcPW6KPSxCNUJgB0LHFRFWTri0dC2=h6dqJS26R23g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-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

Attachment Content-Type Size
20150926_storage_fixtypo.patch text/x-diff 401 bytes

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Amir Rohan 2015-09-27 01:24:06 Re: Updated docs on base backups
Previous Message Amir Rohan 2015-09-26 09:02:06 Updated docs on base backups