agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility
4+ messages / 1 participants
[nested] [flat]

* pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility
@ 2026-06-22 22:59  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 4+ messages in thread

From: Michael Paquier @ 2026-06-22 22:59 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-introduce pgstat_drop_entry(), keeping ABI compatibility

This routine acts as a wrapper of a new pgstat_drop_entry_ext(), used in
the core code with a missing_ok argument.

This includes an update of .abi-compliance-history, removing the latest
entry that has documented the change of pgstat_drop_entry().  This
change is applied across v15~v18.  HEAD keeps pgstat_drop_entry() as
single entry point, with the new missing_ok.

Per discussion with Álvaro Herrera and Lukas Fittl.  This is a follow-up
of 850b9218c8e4.

Discussion: https://postgr.es/m/ajZz_sVJVX7pmPHo@alvherre.pgsql
Backpatch-through: 15-18

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9e47718250d8a57576843d1991e21c932c07c7d9

Modified Files
--------------
.abi-compliance-history                      |  9 ---------
src/backend/utils/activity/pgstat_function.c |  4 ++--
src/backend/utils/activity/pgstat_replslot.c |  4 ++--
src/backend/utils/activity/pgstat_shmem.c    | 17 ++++++++++++++---
src/backend/utils/activity/pgstat_xact.c     |  8 ++++----
src/include/utils/pgstat_internal.h          |  5 +++--
6 files changed, 25 insertions(+), 22 deletions(-)



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility
@ 2026-06-22 22:59  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 4+ messages in thread

From: Michael Paquier @ 2026-06-22 22:59 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-introduce pgstat_drop_entry(), keeping ABI compatibility

This routine acts as a wrapper of a new pgstat_drop_entry_ext(), used in
the core code with a missing_ok argument.

This includes an update of .abi-compliance-history, removing the latest
entry that has documented the change of pgstat_drop_entry().  This
change is applied across v15~v18.  HEAD keeps pgstat_drop_entry() as
single entry point, with the new missing_ok.

Per discussion with Álvaro Herrera and Lukas Fittl.  This is a follow-up
of 850b9218c8e4.

Discussion: https://postgr.es/m/ajZz_sVJVX7pmPHo@alvherre.pgsql
Backpatch-through: 15-18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fe464e9e68633c471e8ecb83adb7151decdd437e

Modified Files
--------------
.abi-compliance-history                             |  9 ---------
src/backend/utils/activity/pgstat.c                 |  2 +-
src/backend/utils/activity/pgstat_function.c        |  4 ++--
src/backend/utils/activity/pgstat_replslot.c        |  4 ++--
src/backend/utils/activity/pgstat_shmem.c           | 17 ++++++++++++++---
src/backend/utils/activity/pgstat_xact.c            |  8 ++++----
src/include/utils/pgstat_internal.h                 |  5 +++--
src/test/modules/injection_points/injection_stats.c |  4 ++--
8 files changed, 28 insertions(+), 25 deletions(-)



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility
@ 2026-06-22 22:59  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 4+ messages in thread

From: Michael Paquier @ 2026-06-22 22:59 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-introduce pgstat_drop_entry(), keeping ABI compatibility

This routine acts as a wrapper of a new pgstat_drop_entry_ext(), used in
the core code with a missing_ok argument.

This includes an update of .abi-compliance-history, removing the latest
entry that has documented the change of pgstat_drop_entry().  This
change is applied across v15~v18.  HEAD keeps pgstat_drop_entry() as
single entry point, with the new missing_ok.

Per discussion with Álvaro Herrera and Lukas Fittl.  This is a follow-up
of 850b9218c8e4.

Discussion: https://postgr.es/m/ajZz_sVJVX7pmPHo@alvherre.pgsql
Backpatch-through: 15-18

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/afb076b2977c39efec873cde2dceacd97be243a6

Modified Files
--------------
.abi-compliance-history                      |  9 ---------
src/backend/utils/activity/pgstat_function.c |  4 ++--
src/backend/utils/activity/pgstat_replslot.c |  4 ++--
src/backend/utils/activity/pgstat_shmem.c    | 17 ++++++++++++++---
src/backend/utils/activity/pgstat_xact.c     |  8 ++++----
src/include/utils/pgstat_internal.h          |  5 +++--
6 files changed, 25 insertions(+), 22 deletions(-)



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility
@ 2026-06-22 22:59  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 4+ messages in thread

From: Michael Paquier @ 2026-06-22 22:59 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-introduce pgstat_drop_entry(), keeping ABI compatibility

This routine acts as a wrapper of a new pgstat_drop_entry_ext(), used in
the core code with a missing_ok argument.

This includes an update of .abi-compliance-history, removing the latest
entry that has documented the change of pgstat_drop_entry().  This
change is applied across v15~v18.  HEAD keeps pgstat_drop_entry() as
single entry point, with the new missing_ok.

Per discussion with Álvaro Herrera and Lukas Fittl.  This is a follow-up
of 850b9218c8e4.

Discussion: https://postgr.es/m/ajZz_sVJVX7pmPHo@alvherre.pgsql
Backpatch-through: 15-18

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e34b1ff5d89494810a870861505f1b29a731f1ce

Modified Files
--------------
.abi-compliance-history                      |  9 ---------
src/backend/utils/activity/pgstat_function.c |  4 ++--
src/backend/utils/activity/pgstat_replslot.c |  4 ++--
src/backend/utils/activity/pgstat_shmem.c    | 17 ++++++++++++++---
src/backend/utils/activity/pgstat_xact.c     |  8 ++++----
src/include/utils/pgstat_internal.h          |  5 +++--
6 files changed, 25 insertions(+), 22 deletions(-)



^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2026-06-22 22:59 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 22:59 pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility Michael Paquier <michael@paquier.xyz>
2026-06-22 22:59 pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility Michael Paquier <michael@paquier.xyz>
2026-06-22 22:59 pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility Michael Paquier <michael@paquier.xyz>
2026-06-22 22:59 pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility Michael Paquier <michael@paquier.xyz>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox