Re: Some optimizations for COALESCE expressions during constant folding

Richard Guo <guofenglinux@gmail.com>

From: Richard Guo <guofenglinux@gmail.com>
To: Matheus Alcantara <matheusssilv97@gmail.com>
Cc: David Rowley <dgrowleyml@gmail.com>, Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-24T10:05:46Z
Lists: pgsql-hackers
On Tue, Dec 16, 2025 at 7:09 AM Matheus Alcantara
<matheusssilv97@gmail.com> wrote:
> The patches seems all in a good shape. I've checked the code coverage
> for the new tests added and all of then seems to exercice the new code.
>
> I've also performed some manual tests and it's looks good. I don't see
> any issue or regression.

Thanks for all the reviews.  I've pushed this patchset.

- Richard