Skip to content
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

Report waiting processes with a special color and the type of the event they are waiting for #93

Open
alexeyklyukin opened this issue Aug 9, 2017 · 0 comments

Comments

@alexeyklyukin
Copy link
Contributor

For PostgreSQL 9.6, the wait events collect much more types of waits than a heavyweight locks used in the prior versions. We could report them to the user, as well as highlighting such backends with a color that is different from the one used by 'locked' processes nowadays (i.e. report 'locked' processes with red, report waiting processes that are not 'locked' in another color, together with the wait type).

Alternatively, we could report everything as 'locked' (and highlight in red), together with adding the event event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant