Re: [COMMITTERS] pgsql: Improve memory management for external sorts.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Improve memory management for external sorts.
Date: 2016-03-19 13:38:38
Message-ID: CA+TgmoY423xKaRX7J5G+nsjmA-YJ_K1NV_K12nbmWE-b5oKO5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Mar 18, 2016 at 4:22 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> On Fri, Mar 18, 2016 at 11:43 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
>> Yes, that removes the warning, and looks correct.
>
> Thanks. We should be careful to not repeat this mistake when the
> quicksort patch goes in.

It would be helpful if you could either (a) confirm that that patch
still applies and that it has no issues of this type or (b) post an
updated version.

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-19 14:59:27 pgsql: With ancient gcc, skip pg_attribute_printf() on function pointer
Previous Message Peter Eisentraut 2016-03-19 10:39:45 pgsql: Allow SSL server key file to have group read access if owned by

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-03-19 14:19:07 Re: Parallel Aggregate
Previous Message Robert Haas 2016-03-19 13:32:22 Re: Patch: fix lock contention for HASHHDR.mutex