Hello,

There is an invalid reference to ForkNumber definition (from commit f71939cd). It was defined in relfilenode.h at time of the commit (https://github.com/postgres/postgres/blob/f71939cd/src/include/storage/relfilenode.h), but now it's defined in relpath.h (https://github.com/postgres/postgres/blob/master/src/include/common/relpath.h). Patch attached.

Best regards,
Alexander

diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml
index f379be2..b261a4d 100644
--- a/doc/src/sgml/pgbuffercache.sgml
+++ b/doc/src/sgml/pgbuffercache.sgml
@@ -82,7 +82,7 @@
       <entry><type>smallint</type></entry>
       <entry></entry>
       <entry>Fork number within the relation;  see
-      <filename>include/storage/relfilenode.h</></entry>
+      <filename>include/common/relpath.h</></entry>
      </row>
 
      <row>
-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to