Re: pgsql: Add sort support routine for the inet data type. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add sort support routine for the inet data type.
Date
Msg-id 18576.1564687065@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add sort support routine for the inet data type.  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: pgsql: Add sort support routine for the inet data type.  (Peter Geoghegan <pg@bowt.ie>)
List 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 by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Add sort support routine for the inet data type.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Add sort support routine for the inet data type.