Add min and max aggregates for inet/cidr data types.
Tom Lane <tgl@sss.pgh.pa.us>
Add min and max aggregates for inet/cidr data types. Haribabu Kommi, reviewed by Muhammad Asif Naeem
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +4 −2 |
| src/backend/utils/adt/network.c | modified | +27 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_aggregate.h | modified | +2 −0 |
| src/include/catalog/pg_proc.h | modified | +8 −0 |
| src/include/utils/builtins.h | modified | +2 −0 |
| src/test/regress/expected/inet.out | modified | +12 −0 |
| src/test/regress/sql/inet.sql | modified | +3 −0 |