Open jshen-noetic opened 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.
-with-llvm
https://github.com/BitnineGlobal/agensgraph/blob/7aeb753f685c3e93290c2d5b03eb0acdbdbf4ec2/src/backend/jit/llvm/llvmjit_expr.c#L2382
@jshen-noetic Thanks for reporting this issue. There is a PR #16, that should fix this.
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