Re: BUG #15781: subselect on foreign table (postgres_fdw) can crash (segfault) - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: BUG #15781: subselect on foreign table (postgres_fdw) can crash (segfault)
Date
Msg-id CAPmGK17gNEwu6Q2aNW1Hr3P5xE4=L_MGAMOLs4HXMuA6NPDgkw@mail.gmail.com
Whole thread Raw
In response to Re: BUG #15781: subselect on foreign table (postgres_fdw) can crash (segfault)  (Sean Johnston <sean.johnston@edgeintelligence.com>)
List pgsql-hackers
On Sat, May 25, 2019 at 2:19 AM Sean Johnston
<sean.johnston@edgeintelligence.com> wrote:
> Obviously this isn't mainstream postgres but just wondering if anyone has looked into issues with regards to pushing
order/limitto remote nodes for fdw.
 

In PostgreSQL 12 Beta 1 released this week [1], we can push down ORDER
BY/LIMIT to the remote PostgreSQL server.  Give it a try!

Best regards,
Etsuro Fujita

[1] https://www.postgresql.org/about/news/1943/



pgsql-hackers by date:

Previous
From: Florian Weimer
Date:
Subject: Generated columns and indexes
Next
From: Peter Geoghegan
Date:
Subject: Re: Suppressing noise in successful check-world runs