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