Re: Refactoring: Use soft error reporting for *_opt_error functions - Mailing list pgsql-hackers

From jian he
Subject Re: Refactoring: Use soft error reporting for *_opt_error functions
Date
Msg-id CACJufxFfVt7Jx9_j=juxXyP-6tznN8OcvS9E-QSgp0BrD8KUgA@mail.gmail.com
Whole thread Raw
In response to Re: Refactoring: Use soft error reporting for *_opt_error functions  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Refactoring: Use soft error reporting for *_opt_error functions
List pgsql-hackers
On Fri, Sep 5, 2025 at 12:58 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> Applied after a few tweaks, including changes to the comments, the
> suggestion of "division_by_zero" for the goto labels, and splitting
> the patch into two parts for pg_lsn and numeric.


/*
 * Internal version of int8_numeric() with support for soft error reporting.
 */
int64
numeric_int8_safe(Numeric num, Node *escontext)

the above comment "int8_numeric" should be "numeric_int8"?



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql client does not handle WSAEWOULDBLOCK on Windows
Next
From: Ilyasov Ian
Date:
Subject: RE: Resetting recovery target parameters in pg_createsubscriber