Update .abi-compliance-history for change to CreateStatistics().
authorNathan Bossart <nathan@postgresql.org>
Mon, 17 Nov 2025 20:14:41 +0000 (14:14 -0600)
committerNathan Bossart <nathan@postgresql.org>
Mon, 17 Nov 2025 20:14:41 +0000 (14:14 -0600)
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

index 46097a7f71e41b7e115422d83b1d34ab289dd84b..f2878a800c250710445daafdc9b8d0d420c9e0f7 100644 (file)
 # Be sure to replace "<ADD JUSTIFICATION HERE>" with details of your change and
 # why it is deemed acceptable.
 
+e2fb3dfa817fbe89494a62c100e9cb442f4d6b15
+#
+# 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.
+
 24f6c1bd41d0631a04cc956cc8cafa0b117ab625
 #
 # Fix the handling of two GUCs during upgrade.