From 91c0eb5040cde36a62a34e9b3a80d82db64eb98f Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Wed, 13 Jul 2016 11:17:15 -0400
Subject: 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
---
doc/src/sgml/pgbuffercache.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml
index f379be225f0..b261a4dbe0a 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>
--
cgit v1.2.3