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

PG17 support #19625

Merged
merged 3 commits into from
Feb 26, 2025
Merged

PG17 support #19625

merged 3 commits into from
Feb 26, 2025

Conversation

natashadada
Copy link
Contributor

@natashadada natashadada commented Feb 14, 2025

Copying the changes from #19568 by @vcabbage:

Postgres changes are noted in the release notes. I've included links to the commits as they provide more detail.

Fixes for the following Postgres changes:

  • Columns moved and renamed from pg_stat_bgwriter to new pg_stat_checkpointer. (96f052613)
  • buffers_backend and buffers_backend_fsync columns removed from pg_stat_checkpointer. The PG commit explains that they're not actually checkpointer properties and pg_stat_io provides the equivalent and more accurate information. (74604a37f)
  • max_dead_tuples renamed to max_dead_tuple_bytes and num_dead_tuples renamed to num_dead_item_ids in the pg_stat_progress_vacuum view. (667e65aac, f1affb670)
    • Note that dead_tuple_bytes was also added to the view.
  • pg_stat_slru names changed. (bcdfa5f2e)
  • blk_read_time renamed to shared_blk_read_time and blk_write_time renamed to shared_blk_write_time in the pg_stat_statements view. (13d00729d)

Co-authored-by: @vcabbage

Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.22%. Comparing base (e75c85f) to head (713a126).
Report is 64 commits behind head on master.

Additional details and impacted files
Flag Coverage Δ
activemq ?
cassandra ?
hive ?
hivemq ?
ignite ?
jboss_wildfly ?
kafka ?
postgres 93.37% <100.00%> (?)
presto ?
solr ?

Flags with carried forward coverage won't be shown. Click here to find out more.

@natashadada natashadada added this pull request to the merge queue Feb 26, 2025
@natashadada natashadada removed this pull request from the merge queue due to a manual request Feb 26, 2025
@natashadada natashadada added this pull request to the merge queue Feb 26, 2025
Merged via the queue into master with commit b54df51 Feb 26, 2025
57 of 58 checks passed
@natashadada natashadada deleted the natasha.dada/pg17-support branch February 26, 2025 19:33
datadog-agent-integrations-bot bot pushed a commit that referenced this pull request Feb 26, 2025
* PG17 support

* changelog

* changelog

(cherry picked from commit b54df51)
steveny91 pushed a commit that referenced this pull request Feb 26, 2025
* PG17 support

* changelog

* changelog

(cherry picked from commit b54df51)

Co-authored-by: Natasha Dada <natasha.dada@datadoghq.com>
@vcabbage vcabbage mentioned this pull request Feb 27, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants