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

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses
Дата
Msg-id CAApHDvozc0NoT-7LfFwE-qYBs_4uPxcCNsHRLQbpBZ2iL0TrEQ@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH][postgres_fdw] Add push down of CASE WHEN clauses  (Gilles Darold <gilles@migops.com>)
Ответы Re: [PATCH][postgres_fdw] Add push down of CASE WHEN clauses
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: ExecRTCheckPerms() and many prunable partitions
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] Pull general SASL framework out of SCRAM