You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I use PostgreSQL 13.1 and execute the following command, I get some errors.
The command in the tutorial:
And here's an example of the errors:
I wonder if there's anyway to deploy Bao on PostgreSQL 13.1.
The text was updated successfully, but these errors were encountered: