Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
699 stars 145 forks source link

Failure to install on Postgres 10 Beta 3 #191

Closed apjoseph closed 6 years ago

apjoseph commented 6 years ago
remote: src/python.c: In function ‘execute’:
remote: src/python.c:934:5: error: too many arguments to function ‘ExecEvalExpr’
remote:      newqual->value = ExecEvalExpr(expr_state, econtext, &isNull, NULL);
remote:      ^
remote: In file included from /usr/include/postgresql/10/server/commands/explain.h:16:0,
remote:                  from src/multicorn.h:8,
remote:                  from src/python.c:4:
remote: /usr/include/postgresql/10/server/executor/executor.h:284:1: note: declared here
remote:  ExecEvalExpr(ExprState *state,
remote:  ^
remote: make: *** [src/python.o] Error 1
remote: ERROR: command returned 2: make PG_CONFIG=/usr/bin/pg_config all
df7cb commented 6 years ago

10.0 is approaching, any chances of getting this fixed?