postgres_fdw: Handle boolean comparison predicates

From: Emre Hasegeli <emre(at)hasegeli(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: postgres_fdw: Handle boolean comparison predicates
Date: 2021-05-31 08:03:05
Message-ID: CAE2gYzwD4m6PWn2iO=pXquZ61++axZYe2=UWbw44q4jbR6x-9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
0001-postgres_fdw-Handle-boolean-comparison-predicates.patch application/octet-stream 12.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2021-05-31 08:03:18 Re: Race condition in recovery?
Previous Message Kyotaro Horiguchi 2021-05-31 07:58:25 Duplicate history file?