Re: pgsql: Push limit through subqueries to underlying sort, where possible

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Push limit through subqueries to underlying sort, where possible
Date: 2017-08-23 22:42:40
Message-ID: CA+Tgmoaf+6eVYbmBHVZ21Akdk9uba3U4d=dgZfXFzjgZhExrjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Aug 23, 2017 at 5:55 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2017-08-21 18:42:56 +0000, Robert Haas wrote:
>> Push limit through subqueries to underlying sort, where possible.
>>
>> Douglas Doole, reviewed by Ashutosh Bapat and by me. Minor formatting
>> change by me.
>>
>> Discussion: http://postgr.es/m/CADE5jYLuugnEEUsyW6Q_4mZFYTxHxaVCQmGAsF0yiY8ZDggi-w@mail.gmail.com
>
> This seems to have caused some buildfarm failures:
>
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=lapwing&dt=2017-08-23%2019%3A15%3A01
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mantid&dt=2017-08-23%2019%3A33%3A18
>
> (note the commits they started failing after)

Yeah, I noticed that earlier but didn't get time to reply. I've now
replied on the original thread.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-24 04:37:02 Re: pgsql: Improve plural handling in error message
Previous Message Andres Freund 2017-08-23 21:55:13 Re: pgsql: Push limit through subqueries to underlying sort, where possible