From 1adff8bc2de70e4a9d44e6ba84cf9669cc14442b Mon Sep 17 00:00:00 2001 From: Mankirat Singh Date: Sat, 18 Oct 2025 18:24:24 +0530 Subject: [PATCH] [PATCH] Add ABI suppressions file v1 --- abi.suppr | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 abi.suppr diff --git a/abi.suppr b/abi.suppr new file mode 100644 index 00000000000..52bf0ec4fbb --- /dev/null +++ b/abi.suppr @@ -0,0 +1,24 @@ +# This file lists abidiff suppressions on the REL_18_STABLE branch that break ABI +# compatibility in ways that have been deemed acceptable (e.g., removing an +# extern function with no third-party uses). The primary intent of this file +# is to placate the ABI compliance checks on the buildfarm, but it also serves +# as a central location to document the justification for each. +# +# Add new suppressions as required in reaction to the abi-compliance-check reports +# on buildfarm. + + + +# commit hash :c8af5019bee5c57502db830f8005a01cba60fee0 +# +[suppress_function] + name=stats_lock_check_privileges +# +[suppress_function] + name=stats_lookup_relid +# +# Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). +# This commit replaced two functions related to lookups/privilege checks for +# the new stats stuff in v18 with RangeVarGetRelidExtended(). These functions +# were not intended for use elsewhere, exist in exactly one release (18.0), and +# do not have any known third-party callers. \ No newline at end of file -- 2.43.0