public inbox for [email protected]
help / color / mirror / Atom feedFrom: Álvaro Herrera <[email protected]>
Subject: [PATCH 5/5] don't include bufmgr.h in bufmask.h
Date: Thu, 2 Apr 2026 20:12:25 +0200
---
src/include/access/bufmask.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/access/bufmask.h b/src/include/access/bufmask.h
index 1e3f2006735..ed79f4d1ba0 100644
--- a/src/include/access/bufmask.h
+++ b/src/include/access/bufmask.h
@@ -18,7 +18,7 @@
#define BUFMASK_H
#include "storage/block.h"
-#include "storage/bufmgr.h"
+#include "storage/bufpage.h"
/* Marker used to mask pages consistently */
#define MASK_MARKER 0
--
2.47.3
--rmdldozsotr5364u--
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 5/5] don't include bufmgr.h in bufmask.h
In-Reply-To: <no-message-id-601487@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