From: Thomas Munro Date: Fri, 6 Feb 2026 22:50:35 +0000 (+1300) Subject: Placate ABI checker. X-Git-Tag: REL_16_12~17 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f84a8d95ea57711d6f740e75dab2f007acc4b647;p=thirdparty%2Fpostgresql.git Placate ABI checker. It's not really an ABI break if you change the layout/size of an object with incomplete type, as commit f94e9141 did, so advance the ABI compliance reference commit in 16-18 to satisfy build farm animal crake. Backpatch-through: 16-18 Discussion: https://www.postgresql.org/message-id/1871492.1770409863%40sss.pgh.pa.us --- diff --git a/.abi-compliance-history b/.abi-compliance-history index 6924edc7209..42dc8be1a41 100644 --- a/.abi-compliance-history +++ b/.abi-compliance-history @@ -18,6 +18,16 @@ # Be sure to replace "" with details of your change and # why it is deemed acceptable. +e37b598028469d260650e5e1671c8275d30e22b6 +# +# Add file_extend_method=posix_fallocate,write_zeros. +# 2026-02-06 17:43:49 +1300 +# +# Modifying GUC tables isn't really an ABI break: the relevant object has +# incomplete type so its layout is unknown to other C translation units. +# +# Discussion: https://www.postgresql.org/message-id/flat/e1f0cd3b-0164-45f5-9705-e922e59df90f%40dunslane.net#8a350b54012c0042f9869d288e978cfe + e7391bbf14db94afee1fd3c011314f7b8ee493e9 # # Fix trigger transition table capture for MERGE in CTE queries.