From c558215886a59804f34f72a094ef7d903a81007d Mon Sep 17 00:00:00 2001 From: James Guthrie Date: Sun, 8 May 2022 19:46:00 +0200 Subject: [PATCH] Add "parser/parse_oper.h" to includes (#549) --- pgx-pg-sys/include/pg10.h | 1 + pgx-pg-sys/include/pg11.h | 1 + pgx-pg-sys/include/pg12.h | 1 + pgx-pg-sys/include/pg13.h | 1 + pgx-pg-sys/include/pg14.h | 1 + 5 files changed, 5 insertions(+) diff --git a/pgx-pg-sys/include/pg10.h b/pgx-pg-sys/include/pg10.h index f6a9cd267..518fc611e 100644 --- a/pgx-pg-sys/include/pg10.h +++ b/pgx-pg-sys/include/pg10.h @@ -74,6 +74,7 @@ Use of this source code is governed by the MIT license that can be found in the #include "optimizer/restrictinfo.h" #include "optimizer/tlist.h" #include "parser/parse_func.h" +#include "parser/parse_oper.h" #include "parser/parse_type.h" #include "parser/parser.h" #include "parser/parsetree.h" diff --git a/pgx-pg-sys/include/pg11.h b/pgx-pg-sys/include/pg11.h index 995705151..7d4acccba 100644 --- a/pgx-pg-sys/include/pg11.h +++ b/pgx-pg-sys/include/pg11.h @@ -72,6 +72,7 @@ Use of this source code is governed by the MIT license that can be found in the #include "optimizer/restrictinfo.h" #include "optimizer/tlist.h" #include "parser/parse_func.h" +#include "parser/parse_oper.h" #include "parser/parse_type.h" #include "parser/parser.h" #include "parser/parsetree.h" diff --git a/pgx-pg-sys/include/pg12.h b/pgx-pg-sys/include/pg12.h index 53fa9ca56..91a11d26e 100644 --- a/pgx-pg-sys/include/pg12.h +++ b/pgx-pg-sys/include/pg12.h @@ -72,6 +72,7 @@ Use of this source code is governed by the MIT license that can be found in the #include "optimizer/restrictinfo.h" #include "optimizer/tlist.h" #include "parser/parse_func.h" +#include "parser/parse_oper.h" #include "parser/parse_type.h" #include "parser/parser.h" #include "parser/parsetree.h" diff --git a/pgx-pg-sys/include/pg13.h b/pgx-pg-sys/include/pg13.h index d8e4e52c1..bf920ab77 100644 --- a/pgx-pg-sys/include/pg13.h +++ b/pgx-pg-sys/include/pg13.h @@ -72,6 +72,7 @@ Use of this source code is governed by the MIT license that can be found in the #include "optimizer/restrictinfo.h" #include "optimizer/tlist.h" #include "parser/parse_func.h" +#include "parser/parse_oper.h" #include "parser/parse_type.h" #include "parser/parser.h" #include "parser/parsetree.h" diff --git a/pgx-pg-sys/include/pg14.h b/pgx-pg-sys/include/pg14.h index d8e4e52c1..bf920ab77 100644 --- a/pgx-pg-sys/include/pg14.h +++ b/pgx-pg-sys/include/pg14.h @@ -72,6 +72,7 @@ Use of this source code is governed by the MIT license that can be found in the #include "optimizer/restrictinfo.h" #include "optimizer/tlist.h" #include "parser/parse_func.h" +#include "parser/parse_oper.h" #include "parser/parse_type.h" #include "parser/parser.h" #include "parser/parsetree.h"