Skip to content

Not compatible with PostgreSQL 9.5 Alpha 2 #5

@jmealo

Description

@jmealo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions