Re: Last Commitfest patches waiting review
От
Peter Geoghegan
Тема
Re: Last Commitfest patches waiting review
Дата
Msg-id
CAM3SWZSdNysZH98KujQAF6BFL4LwHi82evKj1MacjVWJOpgsFg@mail.gmail.com
Ответ на
Re: Last Commitfest patches waiting review (Heikki Linnakangas)
Список
Дерево обсуждения
Last Commitfest patches waiting review Heikki Linnakangas <hlinnakangas@vmware.com>
Re: Last Commitfest patches waiting review Kevin Grittner <kgrittn@ymail.com>
Re: Last Commitfest patches waiting review Andres Freund <andres@2ndquadrant.com>
Re: Last Commitfest patches waiting review Heikki Linnakangas <hlinnakangas@vmware.com>
Re: Last Commitfest patches waiting review Tom Lane <tgl@sss.pgh.pa.us>
Re: Last Commitfest patches waiting review Andres Freund <andres@2ndquadrant.com>
Re: Last Commitfest patches waiting review Heikki Linnakangas <hlinnakangas@vmware.com>
Re: Last Commitfest patches waiting review Gregory Smith <gregsmithpgsql@gmail.com>
Re: Last Commitfest patches waiting review Heikki Linnakangas <hlinnakangas@vmware.com>
Re: Last Commitfest patches waiting review Andres Freund <andres@2ndquadrant.com>
Re: Last Commitfest patches waiting review Robert Haas <robertmhaas@gmail.com>
Re: Last Commitfest patches waiting review Peter Geoghegan <pg@heroku.com>
Re: Last Commitfest patches waiting review Robert Haas <robertmhaas@gmail.com>
Re: Last Commitfest patches waiting review Peter Geoghegan <pg@heroku.com>
Re: Last Commitfest patches waiting review Peter Geoghegan <pg@heroku.com>
Re: Last Commitfest patches waiting review Heikki Linnakangas <hlinnakangas@vmware.com>
Re: Last Commitfest patches waiting review Peter Geoghegan <pg@heroku.com>
Re: Last Commitfest patches waiting review Heikki Linnakangas <hlinnakangas@vmware.com>
Re: Last Commitfest patches waiting review Peter Geoghegan <pg@heroku.com>
Re: Last Commitfest patches waiting review Peter Geoghegan <pg@heroku.com>
Re: Last Commitfest patches waiting review Magnus Hagander <magnus@hagander.net>
Re: Last Commitfest patches waiting review Ali Akbar <the.apaan@gmail.com>
Re: Last Commitfest patches waiting review Peter Geoghegan <pg@heroku.com>
On Thu, Oct 9, 2014 at 12:14 PM, Heikki Linnakangas wrote: > B-tree index build uses tuplesort.c. What's missing? I don't think that all that much is missing. Tuplesort expects to work with an index scankey when sorting B-Tree tuples. There needs to be something like a reverse lookup of the sortsupport function. It looks like a historical oversight, that would take time to fix, but wouldn't be particularly challenging. You'd need to pick out the operators from the scankey, so you'd have something like what tuplesort_begin_heap() starts off with with tuplesort_begin_index_btree(). copytup_index() would then later need to be modifed to make abbreviation occur there too, but that's no big deal. -- Peter Geoghegan
В списке pgsql-hackers по дате отправления