-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix panic with generic error #21
Conversation
Thanks a lot for the quick fix @diogob. I'm already seeing a more informative error message with this change:
This when terminating the pg connection manually with: select pg_terminate_backend(pid) from pg_stat_activity where application_name ilike '%postgrest%' and query ilike '%listen%'; Would it be possible to unwrap the error message? Perhaps by exporting |
@steve-chavez could you test again? I have exported |
@diogob Looks great!
Also, exporting |
This refers to #20