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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: Add support for building GiST index by sorting.
Дата
Msg-id d8727aed-4d04-7d8b-b595-a1a59acb66c8@iki.fi
обсуждение исходный текст
Ответ на Re: pgsql: Add support for building GiST index by sorting.  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-committers
On 17/09/2020 23:07, Peter Geoghegan wrote:
> On Thu, Sep 17, 2020 at 1:34 AM Heikki Linnakangas
> <heikki.linnakangas@iki.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.

D'oh! I think I'm going to write a git post-push hook for this. 
Apparently even a FIXME comment in the code is not enough of a reminder 
to me.

Thanks for fixing it, Tom.

- Heikki



В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add support for building GiST index by sorting.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove support for postfix (right-unary) operators.