Re: Last Commitfest patches waiting review - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Last Commitfest patches waiting review
Date
Msg-id CAM3SWZRPReSvEMrwKvLsEWDif170ezKdnq7wGmWgFd7LrZuN6Q@mail.gmail.com
Whole thread Raw
In response to Re: Last Commitfest patches waiting review  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On Thu, Oct 9, 2014 at 1:13 PM, Peter Geoghegan <pg@heroku.com> wrote:
>> Can you write
>> a separate patch to use SortSupport for B-tree index builds, please?
>> Eliminating the FunctionCallInfoData overhead should shave off some some
>> cycles from every index build.
>
> I'll look into it. Hopefully an effort to actually implement it will
> show that I was right, and there isn't much to it.

I was able to get this working pretty quickly. All regression tests
pass. I'm not going to post a patch just yet, because I still need to
make the cluster case work, and I'll probably want to refactor my
approach to performing catalog lookups a bit, but the important point
is that my original suspicion that this isn't very difficult or
invasive has been confirmed.

I should have something to post before too long.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Gavin Flower
Date:
Subject: Re: UPSERT wiki page, and SQL MERGE syntax
Next
From: "Erik Rijkers"
Date:
Subject: Re: schema-only -n option in pg_restore fails