From 5c659da980e11cd2a9f7b98d0434ee2e25214cc5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 Oct 2025 11:13:00 -0400 Subject: [PATCH] Add commit 24f6c1bd4 to v17 .abi-compliance-history. Per buildfarm. The breakage was discussed and deemed acceptable in the patch thread, but it was not mentioned in the commit log, so I missed spotting this one yesterday. Discussion: https://postgr.es/m/787065.1761144050@sss.pgh.pa.us Backpatch-through: 17 only --- .abi-compliance-history | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.abi-compliance-history b/.abi-compliance-history index 6810378871c..46097a7f71e 100644 --- a/.abi-compliance-history +++ b/.abi-compliance-history @@ -18,6 +18,15 @@ # Be sure to replace "" with details of your change and # why it is deemed acceptable. +24f6c1bd41d0631a04cc956cc8cafa0b117ab625 +# +# Fix the handling of two GUCs during upgrade. +# 2025-07-11 09:53:34 +0530 +# +# GUC check function check_max_slot_wal_keep_size() was removed since it was +# no longer needed. It seems highly improbable that any extension would be +# calling it. + 45c357e0e85d2dffe7af5440806150124a725a01 # # Fix re-distributing previously distributed invalidation messages during logical decoding.