Обсуждение: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

Поиск
Список
Период
Сортировка

storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

От
Michael Paquier
Дата:
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

Вложения

Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

От
Fujii Masao
Дата:
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


Re: storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

От
Michael Paquier
Дата:


On Thu, Oct 1, 2015 at 11:14 PM, Fujii Masao wrote:
Applied. Thanks!

Thanks!
--
Michael