public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
Subject: [PATCH v2 3/9] wip: Don't include relcache.h in bufmgr.h
Date: Tue, 17 Mar 2026 11:01:01 -0400
---
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"
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH v2 3/9] wip: Don't include relcache.h in bufmgr.h
In-Reply-To: <no-message-id-601441@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox