pgsql: Implement SortSupport for macaddr data type

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Implement SortSupport for macaddr data type
Date: 2017-03-29 20:29:33
Message-ID: E1ctKDl-0000ul-8n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Implement SortSupport for macaddr data type

Introduces a scheme to produce abbreviated keys for the macaddr type.
Bump catalog version.

Author: Brandur Leach
Reviewed-by: Julien Rouhaud, Peter Geoghegan

https://commitfest.postgresql.org/13/743/

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f90d23d0c51895e0d7db7910538e85d3d38691f0

Modified Files
--------------
src/backend/utils/adt/mac.c | 212 ++++++++++++++++++++++++++++++++++++++-
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_amproc.h | 1 +
src/include/catalog/pg_proc.h | 2 +
4 files changed, 215 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-03-30 13:30:39 pgsql: Move contrib/seg to only use V1 calling conventions.
Previous Message Peter Eisentraut 2017-03-29 19:21:47 pgsql: pg_dump: Remove query truncation in error messages