-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nr 280084 add support for postgre sql v17 (#176)
* Modified integration tests for Postgres 17 The values These inventory variables are no longer present in Postgres 17 as per the release docs: https://www.postgresql.org/docs/current/release-17.html * Modified instance definitions to add support for Postgres17 * Modified Instance Definitions to reflect Postgres 17 changes * Modified latest inventory to include new fields * Made instance definition queries more extensible for newer versions * Added checkpointer table metrics to the schema * Added query to get dropped metrics for pg_stat_io * Tests checking version defs are now table driven * schema json shows metrics from pg_stat_io * Modified test to check for correct instance definition order and elements * Added seperate test for out of order Simplified version specific tests * Modified changelog to reflect Postgresv17 support * Misspelling * Fixed changelog format * Fixed changelog for correct output and removed breaking changes * Fixed unrelease changelog
- Loading branch information
1 parent
c59d41b
commit 70acad3
Showing
6 changed files
with
640 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.