public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
Subject: [PATCH v2 12/17] don't include snapshot.h in execnodes.h
Date: Fri, 13 Mar 2026 11:19:02 -0400
---
src/include/nodes/execnodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 355f72ea306..83c3c797446 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -41,7 +41,6 @@
#include "partitioning/partdefs.h"
#include "storage/buf.h"
#include "utils/reltrigger.h"
-#include "utils/snapshot.h"
/*
* forward references in this file
@@ -55,6 +54,7 @@ typedef struct QueryEnvironment QueryEnvironment;
typedef struct RelationData *Relation;
typedef Relation *RelationPtr;
typedef struct ScanKeyData ScanKeyData;
+typedef struct SnapshotData *Snapshot;
typedef struct SortSupportData *SortSupport;
typedef struct TIDBitmap TIDBitmap;
typedef struct Tuplesortstate Tuplesortstate;
--
2.53.0.1.gb2826b52eb
--oaf4egjku6f6i2la
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
filename="v2-0013-don-t-include-pairingheap.h-in-execnodes.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 12/17] don't include snapshot.h in execnodes.h
In-Reply-To: <no-message-id-723599@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