Skip to content

Commit

Permalink
Add "parser/parse_oper.h" to includes (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie authored May 8, 2022
1 parent 1ed922b commit c558215
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pgx-pg-sys/include/pg10.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pgx-pg-sys/include/pg11.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pgx-pg-sys/include/pg12.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pgx-pg-sys/include/pg13.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pgx-pg-sys/include/pg14.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c558215

Please sign in to comment.