Sort functions with specialized comparators

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, Антуан Виолин <violin(dot)antuan(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Sort functions with specialized comparators
Date: 2025-02-05 13:34:59
Message-ID: CANWCAZa_0uV5mshEDHxfojW1OZYCFe_f9ouJ+2oT9O_GEmgZTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 14, 2025 at 4:22 PM Andrey Borodin <x4mmm(at)yandex-team(dot)ru> wrote:
>
> Looks good to me.
> Nice stats for some cleaning up 34 insertions(+), 48 deletions(-).

Great, I've attached v11 with a draft commit message. It also adds a
comment for the comparator arg and removes ST_DECLARE since we have a
hand-written declaration in the header. I plan to commit this next week
unless there are objections.

--
John Naylor
Amazon Web Services

--
John Naylor
Amazon Web Services

Attachment Content-Type Size
v11-0001-Specialize-intarray-sorting.patch text/x-patch 5.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-02-05 13:37:21 Re: SQL:2011 application time
Previous Message Daniel Gustafsson 2025-02-05 12:52:53 Re: Remove unnecessary static specifier