On Wed, Sep 3, 2025 at 7:52 PM Amul Sul <[email protected]> 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?
