BitnineGlobal / agensgraph

Apache License 2.0
24 stars 5 forks source link

Cannot build Agensgraph with LLVM #15

Open jshen-noetic opened 4 months ago

jshen-noetic commented 4 months ago

Building Agensgraph after configuring with -with-llvm causes compilation errors - the function wrapper used is by the Cypher expressions seem out of date with the Postgres version.

https://github.com/BitnineGlobal/agensgraph/blob/7aeb753f685c3e93290c2d5b03eb0acdbdbf4ec2/src/backend/jit/llvm/llvmjit_expr.c#L2382

MuhammadTahaNaveed commented 3 months ago

@jshen-noetic Thanks for reporting this issue. There is a PR #16, that should fix this.