From: Tom Lane Date: Mon, 20 Oct 2025 14:36:41 +0000 (-0400) Subject: Add .abi-compliance-history to v18 branch. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a72f7d97be;p=thirdparty%2Fpostgresql.git Add .abi-compliance-history to v18 branch. This is just a quick commit to verify that the buildfarm ABI checker responds to this control file. Once we've tested that, we will update the file to point at c8af5019b. There's documentation mop-up yet to do, too. Discussion: https://postgr.es/m/aPJ03E2itovDBcKX@nathan Backpatch-through: 18 only --- diff --git a/.abi-compliance-history b/.abi-compliance-history new file mode 100644 index 00000000000..3d0d26aff90 --- /dev/null +++ b/.abi-compliance-history @@ -0,0 +1,7 @@ +# Reference point for ABI compliance checks +# Add new entries by adding the output of the following to the top of the file: +# $ git log --pretty=format:"%H # %cd%n# %s" $ABIBREAKGITHASH -1 --date=iso +# +# Initial entry would normally point to a commit slightly before the .0 stamp. +9bbcec6030a2744d83311370ec92213fbd76e514 # 2025-09-22 14:18:56 +0200 +# Translation updates