postgres_fdw: Handle boolean comparison predicates - Mailing list pgsql-hackers

From Emre Hasegeli
Subject postgres_fdw: Handle boolean comparison predicates
Date
Msg-id CAE2gYzwD4m6PWn2iO=pXquZ61++axZYe2=UWbw44q4jbR6x-9A@mail.gmail.com
Whole thread Raw
Responses Re: postgres_fdw: Handle boolean comparison predicates  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Duplicate history file?
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Race condition in recovery?