-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When trying to install using PGXN compilation fails with the following error:
Installing postgresql extensions using PGXN: json_fdw... installing
INFO: best version: json_fdw 1.0.0
INFO: saving /tmp/tmp81LHJo/json_fdw-1.0.0.zip
INFO: unpacking: /tmp/tmp81LHJo/json_fdw-1.0.0.zip
INFO: building extension
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/mit-krb5 -fPIC -pie -fno-omit-frame-pointer -fpic -I. -I./ -I/usr/include/postgresql/9.5/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.6 -c -o json_fdw.o json_fdw.c
json_fdw.c: In function ‘JsonGetForeignPlan’:
json_fdw.c:313:12: error: too few arguments to function ‘make_foreignscan’
foreignPrivateList);
^
In file included from json_fdw.c:35:0:
/usr/include/postgresql/9.5/server/optimizer/planmain.h:46:21: note: declared here
extern ForeignScan *make_foreignscan(List *qptlist, List *qpqual,
^
make: *** [json_fdw.o] Error 1
Thanks & Kudos,
Jeff
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels