pg_stat_monitor - PostgreSQL 15 Support by adding newly introduced columns

Description

PG15 stable branch was already created, so it's time for us to look into this before the next PPG update which includes PG15

https://github.com/postgres/postgres/tree/REL_15_STABLE

This also means we need to update testing and documentation.

 

The following columns need to be added to fully support version 15:

  • temp_blk_read_time

  • temp_blk_write_time

  • jit_functions

  • jit_generation_time

  • jit_inlining_count

  • jit_inlining_time

  • jit_optimization_count

  • jit_optimization_time

  • jit_emission_count

  • jit_emission_time

How to document

None

How to test

None

Activity

Show:

Hamid Akhtar 
December 13, 2022 at 12:26 PM

: This requires a documentation update. PGSM with PG15 and beyond would now have the additional columns mentioned in this ticket. For the specifics of these columns, please refer to the pg_stat_statements documentation.

muhammad.usama 
December 5, 2022 at 10:14 AM

A new test case that was committed after the pull request required a few adjustments.

A new pull request with a test case adjustment is created for this issue.

https://github.com/percona/pg_stat_monitor/pull/329

 

muhammad.usama 
November 30, 2022 at 12:26 PM

I have created the pull request for the ticket

https://github.com/percona/pg_stat_monitor/pull/326

 

Done

Details

Assignee

Reporter

Components

Fix versions

Priority

Created May 31, 2022 at 12:19 PM
Updated March 12, 2025 at 7:09 AM
Resolved December 13, 2022 at 12:25 PM

Flag notifications