-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support PostgreSQL 17 #373
Comments
@frost242 : is it still in your todo list? |
It's a little more complex than I expected, here is a quick recap of what I found. The patch info :
The query pre v17 :
The changes for the query are :
|
@Krysztophe I have to admit that I forgot a bit about it. We still have no pg17 deployed at my work, we're awaiting pg18. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've quickly tested all services, expect replication ones. Without surprise, bgwriter is broken with pg17 as pg_stat_bgwriter has changed :
The text was updated successfully, but these errors were encountered: