Re: pgsql: Add support for building GiST index by sorting.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add support for building GiST index by sorting.
Date: 2020-09-17 20:07:50
Message-ID: CAH2-WzmMJvHiJT8ZChsp=sbHTs66Bv1OzU_Ma7WE6KrQNBuYuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Sep 17, 2020 at 1:34 AM Heikki Linnakangas
<heikki(dot)linnakangas(at)iki(dot)fi> wrote:
> Add support for building GiST index by sorting.

You forgot to bump catversion, despite your best efforts. :-)

You left this behind:

+/* FIXME: bump this before pushing! */

I have settled on a system for this: I write myself a reminder on a
prominently placed post-it note, days in advance of commit. I rarely
have to bump catversion (due to the kinds of things I work on), and
iso t's just too easy to forget any other way.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-17 20:17:40 pgsql: Remove factorial operators, leaving only the factorial() functio
Previous Message Tom Lane 2020-09-17 18:16:23 pgsql: Further improve pgindent's list of file exclusions.