-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after PG and Bao setup #5
Comments
And here is the log
|
Solved according to #3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Ryan, great work!
I encountered some problem when setting the Bao extension.
PostgreSQL version: 12.2
The database has been created and the extension is installed without problems. The bao server has been started and
SET enable_bao TO on;
is OK. But when I runEXPLAIN SELECT count(*) FROM title;
, I gotAnd I tested that if I don't add
shared_preload_libraries = 'pg_bao'
to the pg config, everything is OK. (But of course I can not use Bao extension). And with the above config, the problem exists evenenable_bao
is off.Is there anything I missed?
The text was updated successfully, but these errors were encountered: