Обсуждение: Move inet_gist to right place in pg_amproc

Поиск
Список
Период
Сортировка

Move inet_gist to right place in pg_amproc

От
Andreas Karlsson
Дата:
Hi,

The pg_amproc functions for inet_gist were accidentally added under the
gin heading. I have attached a patch which moves them to the gist
heading where they belong.

--
Andreas Karlsson

Вложения

Re: Move inet_gist to right place in pg_amproc

От
Heikki Linnakangas
Дата:
On 03/31/2015 11:00 PM, Andreas Karlsson wrote:
> Hi,
>
> The pg_amproc functions for inet_gist were accidentally added under the
> gin heading. I have attached a patch which moves them to the gist
> heading where they belong.

Thanks, moved.

- Heikki