Peter Geoghegan <pg(at)bowt(dot)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