On Wed, Sep 3, 2025 at 7:52 PM Amul Sul <sulamul(at)gmail(dot)com> wrote:
>
--- a/src/include/utils/numeric.h
+++ b/src/include/utils/numeric.h
-extern int32 numeric_int4_opt_error(Numeric num, bool *have_error);
.....
+extern int32 numeric_int4_safe(Numeric num, Node *escontext);
would any extensions using these functions (such as
numeric_int4_opt_error) may encounter upgrade compatibility issues in
the future?