From 7f00e1af8ef1f366eefaf80cfcf3cdf881679763 Mon Sep 17 00:00:00 2001 From: usamoi Date: Sun, 18 Feb 2024 10:28:11 +0800 Subject: [PATCH] add nodes/miscnodes.h --- pgrx-pg-sys/include/pg16.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pgrx-pg-sys/include/pg16.h b/pgrx-pg-sys/include/pg16.h index 28556e429..d6fbb27fd 100644 --- a/pgrx-pg-sys/include/pg16.h +++ b/pgrx-pg-sys/include/pg16.h @@ -87,6 +87,7 @@ #include "nodes/execnodes.h" #include "nodes/extensible.h" #include "nodes/makefuncs.h" +#include "nodes/miscnodes.h" #include "nodes/nodeFuncs.h" #include "nodes/nodes.h" #include "nodes/parsenodes.h"