From: Andres Freund Date: Tue, 17 Mar 2026 11:01:01 -0400 Subject: [PATCH v2 3/9] wip: Don't include relcache.h in bufmgr.h --- src/include/storage/bufmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index c4b48c2aa4c..109182f9af9 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -20,9 +20,9 @@ #include "storage/buf.h" #include "storage/bufpage.h" #include "storage/relfilelocator.h" -#include "utils/relcache.h" typedef void *Block; +typedef struct RelationData *Relation; /* * Possible arguments for GetAccessStrategy(). -- 2.53.0.1.gb2826b52eb --jmpqp62znaydqx65 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v2-0004-Don-t-include-snapshot.h-in-tableam.h.patch"