postgres_fdw: Handle boolean comparison predicates

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема postgres_fdw: Handle boolean comparison predicates
Дата
Msg-id CAE2gYzwD4m6PWn2iO=pXquZ61++axZYe2=UWbw44q4jbR6x-9A@mail.gmail.com
обсуждение исходный текст
Ответы Re: postgres_fdw: Handle boolean comparison predicates  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Список pgsql-hackers
The comparison predicates IS [NOT] TRUE/FALSE/UNKNOWN were not
recognised by postgres_fdw, so they were not pushed down to the remote
server.  The attached patch adds support for them.

I am adding this to the commitfest 2021-07.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Duplicate history file?
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Race condition in recovery?