public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
Subject: [PATCH v2 09/17] don't include skey.h in execnodes.h
Date: Fri, 13 Mar 2026 10:45:59 -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 365fa24ea56..e63a8fbec09 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -30,7 +30,6 @@
#define EXECNODES_H
#include "access/htup.h"
-#include "access/skey.h"
#include "executor/instrument.h"
#include "executor/instrument_node.h"
#include "fmgr.h"
@@ -54,6 +53,7 @@ typedef struct ExecRowMark ExecRowMark;
typedef struct ExprState ExprState;
typedef struct ExprContext ExprContext;
typedef struct HTAB HTAB;
+typedef struct ScanKeyData ScanKeyData;
typedef struct TIDBitmap TIDBitmap;
typedef struct Tuplesortstate Tuplesortstate;
typedef struct Tuplestorestate Tuplestorestate;
--
2.53.0.1.gb2826b52eb
--oaf4egjku6f6i2la
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
filename="v2-0010-don-t-include-queryenvironment.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 09/17] don't include skey.h in execnodes.h
In-Reply-To: <no-message-id-723596@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