BaoForPostgreSQL icon indicating copy to clipboard operation
BaoForPostgreSQL copied to clipboard

Unable to setup in PostgreSQL 13.1

Open lucifer12346 opened this issue 1 year ago • 0 comments

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.

lucifer12346 avatar Dec 27 '23 08:12 lucifer12346