Re: Yet another fast GiST build

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Darafei Komяpa Praliaskouski <me(at)komzpa(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Yet another fast GiST build
Date: 2019-12-30 06:43:04
Message-ID: 68F82C0C-F4E4-475B-BD25-386CF1FA2009@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 1 дек. 2019 г., в 7:06, Michael Paquier <michael(at)paquier(dot)xyz> написал(а):
>
> On Sun, Sep 08, 2019 at 01:54:35PM +0500, Andrey Borodin wrote:
>> Here's V3 of the patch set.
>> Changes:
>> 1. Added some documentation of new sort support routines
>> 2. Fixed bug with dirty pages
>>
>> I did not add sort support procs to built-in boxes, circles and
>> polys, since it may be not optimal index for them. However, for
>> points Z-order is quite good as a defaul t.
>
> The latest patch does not apply. Could you send a rebase? I have
> moved the patch to next CF, waiting on author for now.

Thanks, Michael!

PFA rebased patch.

Best regards, Andrey Borodin.

Attachment Content-Type Size
v4-0002-Implement-GiST-build-using-sort-support.patch application/octet-stream 21.0 KB
v4-0001-Add-sort-support-for-point-gist_point_sortsupport.patch application/octet-stream 2.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2019-12-30 07:47:21 comment regarding double timestamps; and, infinite timestamps and NaN
Previous Message Amit Kapila 2019-12-30 05:47:08 Re: Reorderbuffer crash during recovery