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

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Gilles Darold <gilles(at)migops(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 04:59:18
Message-ID: CAApHDvozc0NoT-7LfFwE-qYBs_4uPxcCNsHRLQbpBZ2iL0TrEQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-07-07 05:08:20 Re: [PATCH] Pull general SASL framework out of SCRAM
Previous Message David Rowley 2021-07-07 04:41:13 Re: ExecRTCheckPerms() and many prunable partitions