BaoForPostgreSQL
BaoForPostgreSQL copied to clipboard
Unable to setup in PostgreSQL 13.1
When I use PostgreSQL 13.1 and execute the following command, I get some errors. The command in the tutorial:
make USE_PGXS=1 install
And here's an example of the errors:
In file included from main.c:10:
bao_planner.h:226:12: error: too few arguments to function ‘standard_planner’
226 | plan = standard_planner(query_copy, cursorOptions, boundParams);
| ^~~~~~~~~~~~~~~~
I wonder if there's anyway to deploy Bao on PostgreSQL 13.1.