On Tue, Jan 07, 2025 at 06:52:33PM -0800, Noah Misch wrote:
> It's more optimal to write '0'::bigint. That generates a CONST node, whereas
> 0::bigint generates a FUNCEXPR calling the cast function. No other concerns.
Makes sense, done this way.
--
Michael