From: Michael Paquier Date: Thu, 18 Jun 2026 05:48:43 +0000 (+0900) Subject: Update .abi-compliance-history for pgstat_drop_entry() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75aca8b932e8c26f840a12c5fb7813d9fbcefcee;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/.abi-compliance-history b/.abi-compliance-history index e4a7770611a..6bc719dcc16 100644 --- a/.abi-compliance-history +++ b/.abi-compliance-history @@ -18,6 +18,15 @@ # Be sure to replace "" with details of your change and # why it is deemed acceptable. +1e9e62193c3fa66e39b50163f225388fcf6eb7d5 +# +# Fix PANIC with track_functions due to concurrent drop of pgstats entries +# 2026-06-18 11:49:41 +0900 +# +# This commit has added a "missing_ok" argument to pgstat_drop_entry(). All +# the callers of this routine are in core for v15-v17. One custom stats kinds +# available in the public since v18 is impacted (maintainer informed). + c5824536e7ca3c5ef5a9db59bd36c4e6beb23f51 # # Fix trigger transition table capture for MERGE in CTE queries.