pgsql: Add JIT counters to pg_stat_statements

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add JIT counters to pg_stat_statements
Date: 2022-04-08 11:55:29
Message-ID: E1ncnD6-000t0C-Vy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add JIT counters to pg_stat_statements

This adds cumulative counters for jit operations to pg_stat_statements,
making it easier to diagnose how JIT is used in an installation.

These changes merge into the 1.10 changes applied in 76cbf7edb6 without
creating a new version.

Reviewed-By: Julien Rouhaud
Discussion: https://www.postgresql.org/message-id/flat/CABUevEySt4NTYqvWzwyAW_0-jG1bjN-y+tykapAnA0FALOs+Lw(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/57d6aea00fcefec3825a5948ce05cf2b4941097b

Modified Files
--------------
.../pg_stat_statements/expected/oldextversions.out | 84 ++++++++++++----------
.../pg_stat_statements--1.9--1.10.sql | 10 ++-
contrib/pg_stat_statements/pg_stat_statements.c | 50 ++++++++++++-
doc/src/sgml/pgstatstatements.sgml | 72 +++++++++++++++++++
4 files changed, 175 insertions(+), 41 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-04-08 12:38:41 pgsql: Helper script to apply PGDLLIMPORT markings.
Previous Message Jeff Davis 2022-04-08 10:22:35 pgsql: Fix buildfarm failures in pg_walinspect tests.