pgsql: Update .abi-compliance-history for change to CreateStatistics().

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update .abi-compliance-history for change to CreateStatistics().
Date: 2025-11-17 20:15:50
Message-ID: E1vL5de-0002n3-01@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3e85af1ff4b5bdeac5c7d2f497098ab1ad7bae2d

Modified Files
--------------
.abi-compliance-history | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-11-17 20:24:48 pgsql: Fix pg_crc32c_armv8_choose.c to build with ancient glibc release
Previous Message Tom Lane 2025-11-17 19:04:05 pgsql: Clean up match_orclause_to_indexcol().