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

PostgreSQL 17 support #53

Closed
Vonng opened this issue Jun 19, 2024 · 1 comment
Closed

PostgreSQL 17 support #53

Vonng opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Vonng
Copy link
Owner

Vonng commented Jun 19, 2024

https://www.postgresql.org/docs/17/release-17.html#RELEASE-17-MIGRATION

Rename I/O block read/write timing statistics columns of pg_stat_statements (Nazir Bilal Yavuz)

This renames "blk_read_time" to "shared_blk_read_time", and "blk_write_time" to "shared_blk_write_time".

Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer (Bharath Rupireddy)

These fields are considered redundant to similar columns in pg_stat_io.

Change pg_attribute.attstattarget and pg_attribute.stxstattarget to represent the default statistics target as NULL (Peter Eisentraut)

Change pg_stat_progress_vacuum columns max_dead_tuples to max_dead_tuple_bytes and num_dead_tuples to dead_tuple_bytes (Masahiko Sawada)

These columns now report bytes instead of tuples.

Rename SLRU columns in system view pg_stat_slru (Alvaro Herrera)

The column names accepted by pg_stat_slru_rest() are also changed.

@Vonng Vonng added the enhancement New feature or request label Jun 19, 2024
@Vonng Vonng added this to the v0.7 milestone Jun 19, 2024
@Vonng Vonng self-assigned this Jun 19, 2024
@Vonng
Copy link
Owner Author

Vonng commented Jun 19, 2024

Resolved by
458624f
df9ec01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant