Skip to content

Commit

Permalink
resolve issue #7 -- get Postgres "foreign data wrapper" headers included
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Jul 19, 2020
1 parent 2972181 commit 62bed05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgx-pg-sys/include/pg10.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include "commands/trigger.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "foreign/fdwapi.h"
#include "foreign/foreign.h"
#include "nodes/execnodes.h"
#include "nodes/extensible.h"
#include "nodes/makefuncs.h"
Expand Down
2 changes: 2 additions & 0 deletions pgx-pg-sys/include/pg11.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include "commands/trigger.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "foreign/fdwapi.h"
#include "foreign/foreign.h"
#include "nodes/execnodes.h"
#include "nodes/extensible.h"
#include "nodes/makefuncs.h"
Expand Down
2 changes: 2 additions & 0 deletions pgx-pg-sys/include/pg12.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include "commands/trigger.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "foreign/fdwapi.h"
#include "foreign/foreign.h"
#include "nodes/execnodes.h"
#include "nodes/extensible.h"
#include "nodes/makefuncs.h"
Expand Down

0 comments on commit 62bed05

Please sign in to comment.