public inbox for [email protected]help / color / mirror / Atom feed
storage.sgml mentioning htup.h when referring to HeapTupleHeaderData 3+ messages / 2 participants [nested] [flat]
* storage.sgml mentioning htup.h when referring to HeapTupleHeaderData @ 2015-09-26 11:44 Michael Paquier <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Michael Paquier @ 2015-09-26 11:44 UTC (permalink / raw) To: 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 -- 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> ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData @ 2015-10-01 14:14 Fujii Masao <[email protected]> parent: Michael Paquier <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Fujii Masao @ 2015-10-01 14:14 UTC (permalink / raw) To: Michael Paquier <[email protected]>; +Cc: pgsql-docs On Sat, Sep 26, 2015 at 8:44 PM, Michael Paquier <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData @ 2015-10-02 04:11 Michael Paquier <[email protected]> parent: Fujii Masao <[email protected]> 0 siblings, 0 replies; 3+ messages in thread From: Michael Paquier @ 2015-10-02 04:11 UTC (permalink / raw) To: Fujii Masao <[email protected]>; +Cc: pgsql-docs On Thu, Oct 1, 2015 at 11:14 PM, Fujii Masao <[email protected]>wrote: > Applied. Thanks! > Thanks! -- Michael ^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2015-10-02 04:11 UTC | newest] Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2015-09-26 11:44 storage.sgml mentioning htup.h when referring to HeapTupleHeaderData Michael Paquier <[email protected]> 2015-10-01 14:14 ` Fujii Masao <[email protected]> 2015-10-02 04:11 ` Michael Paquier <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox