Re: pgsql: Add sort support routine for the inet data type.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add sort support routine for the inet data type.
Дата
Msg-id 18576.1564687065@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add sort support routine for the inet data type.  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: pgsql: Add sort support routine for the inet data type.  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-committers
Peter Geoghegan <pg@bowt.ie> writes:
> Add sort support routine for the inet data type.

> Modified Files
> --------------
> src/backend/utils/adt/network.c    | 399 +++++++++++++++++++++++++++++++++++++
> src/include/catalog/pg_amproc.dat  |   3 +
> src/include/catalog/pg_proc.dat    |   3 +
> src/test/regress/expected/inet.out | 189 ++++++++++++++++++
> src/test/regress/sql/inet.sql      |  95 +++++++++
> 5 files changed, 689 insertions(+)

[ squint ... ]  Presumably there should have been a catversion bump
here?

(Probably not too important since I just pushed a bump an hour
or so earlier, but still.)

            regards, tom lane



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Add sort support routine for the inet data type.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Add sort support routine for the inet data type.