public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
Subject: [PATCH v2 13/17] don't include pairingheap.h in execnodes.h
Date: Fri, 13 Mar 2026 11:19:34 -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 83c3c797446..3dc616c1aeb 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -34,7 +34,6 @@
#include "executor/instrument_node.h"
#include "fmgr.h"
#include "lib/ilist.h"
-#include "lib/pairingheap.h"
#include "nodes/miscnodes.h"
#include "nodes/params.h"
#include "nodes/plannodes.h"
@@ -50,6 +49,7 @@ typedef struct ExecRowMark ExecRowMark;
typedef struct ExprState ExprState;
typedef struct ExprContext ExprContext;
typedef struct HTAB HTAB;
+typedef struct pairingheap pairingheap;
typedef struct QueryEnvironment QueryEnvironment;
typedef struct RelationData *Relation;
typedef Relation *RelationPtr;
--
2.53.0.1.gb2826b52eb
--oaf4egjku6f6i2la
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
filename="v2-0014-don-t-include-pg_bitutils.h-in-simplehash.h-when-.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 13/17] don't include pairingheap.h in execnodes.h
In-Reply-To: <no-message-id-723600@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