From 39e649d44a1db44cabbff43047f257cba213261e Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 18 Jun 2026 14:48:40 +0900 Subject: [PATCH] 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 --- .abi-compliance-history | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.abi-compliance-history b/.abi-compliance-history index 590b989094f..9a24d1601ab 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. +2e0c61aed6241bb66547bfab7467d43f889f78ba +# +# Fix PANIC with track_functions due to concurrent drop of pgstats entries +# 2026-06-18 11:49:36 +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). + 586f4266fb4945f6ea3564b9c1bab093eb74bee4 # # Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalReason