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
@Iris6190808 I found a fix for that. In run_queries.py specify PostgreSQL config variables with a pg_bao. prefix like they are written in documentation. For example, instead of SET enable_bao TO {bao_select or bao_reward} put SET pg_bao.enable_bao TO {bao_select or bao_reward}.
I used docker to install the pg and bao extensions according to section 2.1, but it shows that the bao extension is not installed.
The text was updated successfully, but these errors were encountered: