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-12T02:17:07Z
Lists: pgsql-hackers

Attachments

On Thu, Dec 11, 2025 at 11:54 PM Matheus Alcantara
<matheusssilv97@gmail.com> wrote:
> I think that this patch needs a rebase due to the changes on
> predicate.sql introduced by c925ad30b04.

Right.  Here it is.

- Richard