From: Nathan Bossart Date: Mon, 17 Nov 2025 20:14:41 +0000 (-0600) Subject: Update .abi-compliance-history for change to CreateStatistics(). X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9a991d414e64e8c0a62959c25eb08cfccffcd610;p=postgresql.git Update .abi-compliance-history for change to CreateStatistics(). As noted in the commit message for 5e4fcbe531, the addition of a second parameter to CreateStatistics() breaks ABI compatibility, but we are unaware of any impacted third-party code. This commit updates .abi-compliance-history accordingly. Backpatch-through: 14-18 --- diff --git a/.abi-compliance-history b/.abi-compliance-history index 8ea865e71b5..dbbfafaec8d 100644 --- a/.abi-compliance-history +++ b/.abi-compliance-history @@ -18,6 +18,14 @@ # Be sure to replace "" with details of your change and # why it is deemed acceptable. +d20abb5876ab61a627d80131b2cb78d9652557e3 +# +# Check for CREATE privilege on the schema in CREATE STATISTICS. +# 2025-11-10 09:00:00 -0600 +# +# This commit added a parameter to CreateStatistics(). We are unaware of any +# impacted third-party code. + b2ae077205e18ac3e6d7bc5f7a6fa25a39323ec0 # # Fix re-distributing previously distributed invalidation messages during logical decoding.