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
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>
-- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs