Re: Allow GiST opcalsses without compress\decompres functions
Alexander Korotkov <a.korotkov@postgrespro.ru>
From: Alexander Korotkov <a.korotkov@postgrespro.ru>
To: Andrey Borodin <x4mmm@yandex-team.ru>
Cc: Dmitriy Sarafannikov <dsarafannikov@yandex.ru>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-09-15T12:53:09Z
Lists: pgsql-hackers
On Fri, Sep 15, 2017 at 3:36 PM, Andrey Borodin <x4mmm@yandex-team.ru> wrote: > > 14 сент. 2017 г., в 18:42, Alexander Korotkov <a.korotkov@postgrespro.ru> > написал(а): > > It would be good if someone would write patch for removing useless > compress/decompress methods from builtin and contrib GiST opclasses. > Especially when it gives benefit in IndexOnlyScan enabling. > If the patch will be accepted, I'll either do this myself for commitfest > at November or charge some students from Yandex Data School to do this > (they earn some points in algorithms course for contributing to OSS). > Great! I'm looking forward see their patches on commitfest! ------ Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Allow no-op GiST support functions to be omitted.
- d3a4f89d8a3e 11.0 landed
-
Remove no-op GiST support functions in the core GiST opclasses.
- 2d484f9b0580 11.0 landed