Implement SortSupport for macaddr data type
Teodor Sigaev <teodor@sigaev.ru>
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/
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/mac.c | modified | +211 −1 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_amproc.h | modified | +1 −0 |
| src/include/catalog/pg_proc.h | modified | +2 −0 |