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 68f8b3bcfc131b91d258f4209dfbdecbf1a042b7..6e84b96d8518169a747ef533de48cb47d874c47f 100644 (file)
 # Be sure to replace "<ADD JUSTIFICATION HERE>" with details of your change and
 # why it is deemed acceptable.
 
+00eb646ea43410e5df77fed96f4a981e66811796
+#
+# 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.
+
 c8af5019bee5c57502db830f8005a01cba60fee0
 #
 # Fix lookups in pg_{clear,restore}_{attribute,relation}_stats().