Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses - Mailing list pgsql-hackers

From David Rowley
Subject Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses
Date
Msg-id CAApHDvozc0NoT-7LfFwE-qYBs_4uPxcCNsHRLQbpBZ2iL0TrEQ@mail.gmail.com
Whole thread Raw
In response to [PATCH][postgres_fdw] Add push down of CASE WHEN clauses  (Gilles Darold <gilles@migops.com>)
Responses Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses  (Gilles Darold <gilles@migops.com>)
List pgsql-hackers
On Wed, 7 Jul 2021 at 10:18, Gilles Darold <gilles@migops.com> wrote:
> I have noticed that postgres_fdw do not push down the CASE WHEN clauses. In the following case this normal:

This looks very similar to [1] which is in the current commitfest.

Are you able to look over that patch and check to ensure you're not
doing anything extra that the other patch isn't. If so, then likely
the best way to progress would be for you to test and review that
patch.

David

[1] https://commitfest.postgresql.org/33/3171/



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: ExecRTCheckPerms() and many prunable partitions
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Pull general SASL framework out of SCRAM