From: Tom Lane Date: Wed, 13 Jul 2016 15:17:15 +0000 (-0400) Subject: Fix obsolete header-file reference in pg_buffercache docs. X-Git-Tag: REL9_4_9~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9466d37421cdd6d10bd56e847bcda056455c5272;p=postgresql Fix obsolete header-file reference in pg_buffercache docs. Commit 2d0019049 moved enum ForkNumber from relfilenode.h into relpath.h, but missed updating this documentation reference. Alexander Law --- diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 4eb02c0623..d1dab13170 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -82,7 +82,7 @@ smallint Fork number within the relation; see - include/storage/relfilenode.h + include/common/relpath.h