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

Ignore manual vacuums if we can't access pg_stat_progress_vacuum #120

Merged
merged 1 commit into from
Dec 6, 2020

Conversation

lfittl
Copy link
Member

@lfittl lfittl commented Dec 6, 2020

Before this was failing with an error because we couldn't determine
the relation and namespace name correctly. Without access to the
pg_stat_progress_vacuum table this is not possible to do reliably, so
skip manual vacuums instead in that situation.

Fixes #113

Before this was failing with an error because we couldn't determine
the relation and namespace name correctly. Without access to the
pg_stat_progress_vacuum table this is not possible to do reliably, so
skip manual vacuums instead in that situation.

Fixes #113
@lfittl lfittl requested a review from msakrejda December 6, 2020 01:21
@lfittl lfittl merged commit 34a660b into master Dec 6, 2020
@lfittl lfittl deleted the handle-manual-vacuums-with-limited-priviledges branch January 6, 2022 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VACUUM (ANALYZE, VERBOSE) is causing collector to fail collecitng vacuum progress
2 participants