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

From Michael Paquier
Subject pgsql: Update .abi-compliance-history for pgstat_drop_entry()
Date
Msg-id E1wa5cw-000pME-25@gemulon.postgresql.org
Whole thread
List 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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/75aca8b932e8c26f840a12c5fb7813d9fbcefcee

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


pgsql-committers by date:

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