-
Notifications
You must be signed in to change notification settings - Fork 897
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
PG 9.6 - pg_stat_activity has no waiting column #13200
Labels
Comments
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
@miq-bot remove_label stale Still relevant :) |
carbonin
added a commit
to carbonin/manageiq
that referenced
this issue
Feb 7, 2019
The pg_stat_activity view changed in PG 9.6 Fixes ManageIQ#13200
carbonin
added a commit
to carbonin/manageiq
that referenced
this issue
Feb 7, 2019
The pg_stat_activity view changed in PG 9.6 Fixes ManageIQ#13200
carbonin
added a commit
to carbonin/manageiq
that referenced
this issue
Feb 7, 2019
The pg_stat_activity view changed in PG 9.6 Fixes ManageIQ#13200
carbonin
added a commit
to carbonin/manageiq
that referenced
this issue
Feb 13, 2019
The pg_stat_activity view changed in PG 9.6 Fixes ManageIQ#13200
carbonin
added a commit
to carbonin/manageiq
that referenced
this issue
Feb 19, 2019
The pg_stat_activity view changed in PG 9.6 Fixes ManageIQ#13200
carbonin
added a commit
to carbonin/manageiq
that referenced
this issue
Mar 11, 2019
The pg_stat_activity view changed in PG 9.6 Fixes ManageIQ#13200
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting with postgres 9.6, there is no
pg_stat_activity.waiting
.This causes two of our tests to fail:
My quick reading of 9.5 vs 9.6 would suggest the new way is to check
wait_event IS NOT NULL
, unless threre's some deeper semantic difference..Cc @chrisarcand , @jrafanie
The text was updated successfully, but these errors were encountered: