From 6b8a2b4462247be7830c99883e32fe05e3f26d4d Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Mon, 17 Nov 2025 14:14:41 -0600 Subject: [PATCH] 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 --- .abi-compliance-history | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.abi-compliance-history b/.abi-compliance-history index a7baaa95cb5..b5db30405e3 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. +95cce56696867c7629d12c3ba1da8edd5bedaa8e +# +# 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. + 983b3636259b1502121cbae99d8a2f0d0515d87d # # Fix re-distributing previously distributed invalidation messages during logical decoding.