Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses

From: Gilles Darold <gilles(at)migops(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses
Date: 2021-07-07 05:42:08
Message-ID: 72002f68-234e-e79e-d48b-021e9431687e@migops.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le 07/07/2021 à 06:59, David Rowley a écrit :
> On Wed, 7 Jul 2021 at 10:18, Gilles Darold <gilles(at)migops(dot)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/

Strange I have searched the commitfest yesterday but without success,
this is clearly a duplicate. Anyway, thanks for the pointer and yes I
will review Alexander's patch as I know the subject now :-)

Best regards

--
Gilles Darold
MigOps Inc (https://migops.com/)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-07-07 06:17:05 Re: Skipping logical replication transactions on subscriber side
Previous Message Tom Lane 2021-07-07 05:42:00 Re: [PATCH] Make jsonapi usable from libpq