From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Geoghegan <pg(at)bowt(dot)ie> |
Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: Add sort support routine for the inet data type. |
Date: | 2019-08-01 19:17:45 |
Message-ID: | 18576.1564687065@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2019-08-01 19:20:05 | Re: pgsql: Add sort support routine for the inet data type. |
Previous Message | Tom Lane | 2019-08-01 19:13:23 | Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) |