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

From Michael Paquier
Subject Re: Refactoring: Use soft error reporting for *_opt_error functions
Date
Msg-id aOMm6Y_H_ZXER9qX@paquier.xyz
Whole thread Raw
In response to Re: Refactoring: Use soft error reporting for *_opt_error functions  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
On Mon, Oct 06, 2025 at 06:19:49AM +0800, jian he wrote:
> /*
>  * 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"?

Yep.  The same is true about numeric_int4_safe() where int4_numeric()
is referenced.  Will fix, thanks.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Next
From: Philip Alger
Date:
Subject: Re: Improve coments on structures in trigger.c