-
-
Notifications
You must be signed in to change notification settings - Fork 214
feat: support multiple versions of the pg_stat_monitor extension #1683
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
Conversation
140c610 to
c72301e
Compare
hunleyd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase to fix conflicts?
58fa404 to
d60f801
Compare
hunleyd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d60f801 to
efede1b
Compare
efede1b to
e63c648
Compare
e63c648 to
efede1b
Compare
c948197 to
2ba6d1c
Compare
samrose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testing now
2ba6d1c to
e5a843e
Compare
Build multiple versions of the pg_stat_monitor extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17.
And run pg_regress tests for pg_stat_monitor as part of the unified extension tests
1709b04 to
cd1311c
Compare
Build multiple versions of the pg_stat_monitor extension on different PostgreSQL versions.
Add test for the extensions and their upgrade on PostgreSQL 15 and 17.