pgsql: Update .abi-compliance-history for pgstat_drop_entry()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update .abi-compliance-history for pgstat_drop_entry()
Date: 2026-06-18 05:49:22
Message-ID: E1wa5cw-000pMC-21@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update .abi-compliance-history for pgstat_drop_entry()

As noted in the commit message of 850b9218c8e4, this function has gained
an extra called "missing_ok". All the callers of this routine should be
in core in the v15-v17 range. For v18, I have found one custom stats
kind that would be impacted by this change.

Discussion: https://postgr.es/m/ajOE3uRxVgSlPRcw@paquier.xyz
Backpatch-through: 15-18

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7c457ea15c6db282cf78a8d45d6d19c17ec432af

Modified Files
--------------
.abi-compliance-history | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2026-06-18 06:52:14 pgsql: Report undefined jsonpath variable when no variables are supplie
Previous Message Michael Paquier 2026-06-18 05:14:16 pgsql: Make GetSnapshotData() more resilient on out-of-memory errors