mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Add min and max aggregates for inet/cidr data types.
Haribabu Kommi, reviewed by Muhammad Asif Naeem
This commit is contained in:
@@ -908,6 +908,8 @@ extern Datum network_eq(PG_FUNCTION_ARGS);
|
||||
extern Datum network_ge(PG_FUNCTION_ARGS);
|
||||
extern Datum network_gt(PG_FUNCTION_ARGS);
|
||||
extern Datum network_ne(PG_FUNCTION_ARGS);
|
||||
extern Datum network_smaller(PG_FUNCTION_ARGS);
|
||||
extern Datum network_larger(PG_FUNCTION_ARGS);
|
||||
extern Datum hashinet(PG_FUNCTION_ARGS);
|
||||
extern Datum network_sub(PG_FUNCTION_ARGS);
|
||||
extern Datum network_subeq(PG_FUNCTION_ARGS);
|
||||
|
||||
Reference in New Issue
Block a user