*** This log is abridged to its last 1000 lines: | ^ operators.c:6557:8: warning: 'int4_to_uint8' defined but not used [-Wunused-function] 6557 | uint32 arg1 = PG_GETARG_UINT32(0); | ^ ~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4_to_uint8' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6555:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6555 | uint4int4mod(PG_FUNCTION_ARGS) | ^~~~~~~~~~~~~~~~~~~ operators.c:6531:8: warning: 'int4uint8mod' defined but not used [-Wunused-function] 6531 | uint32 arg1 = PG_GETARG_UINT32(0); | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8mod' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6529:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6529 | uint4int4div(PG_FUNCTION_ARGS) | ^~~~~~~~~~~~~~~~~~~ operators.c:6505:1: warning: 'int4uint8div' defined but not used [-Wunused-function] 6505 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8div' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6503:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6503 | PG_RETURN_UINT32(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6487:1: warning: 'int4uint8mul' defined but not used [-Wunused-function] 6487 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8mul' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6485:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6485 | PG_RETURN_UINT32(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6469:1: warning: 'int4uint8mi' defined but not used [-Wunused-function] 6469 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8mi' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6467:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6467 | PG_RETURN_INT32(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6451:1: warning: 'int4uint8pl' defined but not used [-Wunused-function] 6451 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8pl' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6449:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6449 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6433:1: warning: 'btint4uint8cmp' defined but not used [-Wunused-function] 6433 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_btint4uint8cmp' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6431:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6431 | int32 arg2 = PG_GETARG_INT32(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6420:1: warning: 'int4uint8gt' defined but not used [-Wunused-function] 6420 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8gt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6418:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6418 | int32 arg2 = PG_GETARG_INT32(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6407:1: warning: 'int4uint8ge' defined but not used [-Wunused-function] 6407 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8ge' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6405:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6405 | int32 arg2 = PG_GETARG_INT32(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6394:1: warning: 'int4uint8ne' defined but not used [-Wunused-function] 6394 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8ne' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6392:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6392 | int32 arg2 = PG_GETARG_INT32(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6381:1: warning: 'int4uint8eq' defined but not used [-Wunused-function] 6381 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8eq' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6379:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6379 | int32 arg2 = PG_GETARG_INT32(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6368:8: warning: 'int4uint8le' defined but not used [-Wunused-function] 6368 | (errcode(ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE), | ^ ~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8le' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6366:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6366 | if (!SAMESIGN(result, arg1)) | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6355:1: warning: 'int4uint8lt' defined but not used [-Wunused-function] 6355 | Datum | ^~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint8lt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6353:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6353 | | ^ operators.c:6335:8: warning: 'int4_to_uint4' defined but not used [-Wunused-function] 6335 | ereport(ERROR, | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4_to_uint4' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6333:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6333 | if (arg2 == 0) | ^ ~~~~~~~~~~~~~~ operators.c:6309:8: warning: 'int4uint4mod' defined but not used [-Wunused-function] 6309 | ereport(ERROR, | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4mod' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6307:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6307 | if (arg2 == 0) | ^ ~~~~~~~~~~~~~~ operators.c:6283:8: warning: 'int4uint4div' defined but not used [-Wunused-function] 6283 | int16 arg2 = PG_GETARG_INT16(1); | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4div' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6281:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6281 | { | ^ operators.c:6262:1: warning: 'int4uint4mul' defined but not used [-Wunused-function] 6262 | uint4int2mi(PG_FUNCTION_ARGS) | ^~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4mul' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6260:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6260 | PG_FUNCTION_INFO_V1(uint4int2mi); | ^~~~~~~~~~~~~~~~~~~ operators.c:6244:1: warning: 'int4uint4mi' defined but not used [-Wunused-function] 6244 | uint4int2pl(PG_FUNCTION_ARGS) | ^~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4mi' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6242:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6242 | PG_FUNCTION_INFO_V1(uint4int2pl); | ^~~~~~~~~~~~~~~~~~~ operators.c:6226:1: warning: 'int4uint4pl' defined but not used [-Wunused-function] 6226 | btuint4int2cmp(PG_FUNCTION_ARGS) | ^~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4pl' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6224:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6224 | PG_FUNCTION_INFO_V1(btuint4int2cmp); | ^~~~~~~~~~~~~~~~~~~ operators.c:6208:8: warning: 'btint4uint4cmp' defined but not used [-Wunused-function] 6208 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_btint4uint4cmp' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6206:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6206 | result = arg1 >= arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6195:8: warning: 'int4uint4gt' defined but not used [-Wunused-function] 6195 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4gt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6193:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6193 | result = arg1 != arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6182:8: warning: 'int4uint4ge' defined but not used [-Wunused-function] 6182 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4ge' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6180:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6180 | result = arg1 == arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6169:8: warning: 'int4uint4ne' defined but not used [-Wunused-function] 6169 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4ne' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6167:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6167 | result = arg1 <= arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6156:8: warning: 'int4uint4eq' defined but not used [-Wunused-function] 6156 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4eq' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6154:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6154 | result = arg1 < arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6143:8: warning: 'int4uint4le' defined but not used [-Wunused-function] 6143 | PG_RETURN_UINT64(result); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4le' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6141:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6141 | result = arg1; | ^ ~~~~~~~~~~~~~~ operators.c:6130:1: warning: 'int4uint4lt' defined but not used [-Wunused-function] 6130 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint4lt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6128:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6128 | | ^ operators.c:6110:8: warning: 'int4_to_uint2' defined but not used [-Wunused-function] 6110 | PG_RETURN_UINT64(result); | ^ ~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4_to_uint2' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6108:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6108 | result = arg1 / arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6089:8: warning: 'int4uint2mod' defined but not used [-Wunused-function] 6089 | PG_RETURN_UINT64(result); | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2mod' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6087:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6087 | errmsg("integer out of range"))); | ^ ~~~~~~~~~~~~~~~ operators.c:6068:8: warning: 'int4uint2div' defined but not used [-Wunused-function] 6068 | (errcode(ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE), | ^ ~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2div' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6066:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6066 | if (result > arg1) | ^ ~~~~~~~~~~~~~~~~~~ operators.c:6047:1: warning: 'int4uint2mul' defined but not used [-Wunused-function] 6047 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2mul' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6045:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6045 | | ^ operators.c:6029:8: warning: 'int4uint2mi' defined but not used [-Wunused-function] 6029 | result = 1; | ^ ~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2mi' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6027:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6027 | | ^ operators.c:6011:8: warning: 'int4uint2pl' defined but not used [-Wunused-function] 6011 | uint32 arg1 = PG_GETARG_UINT32(0); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2pl' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:6009:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 6009 | uint4uint8gt(PG_FUNCTION_ARGS) | ^~~~~~~~~~~~~~~~~~~ operators.c:5993:1: warning: 'btint4uint2cmp' defined but not used [-Wunused-function] 5993 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_btint4uint2cmp' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5991:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5991 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5980:1: warning: 'int4uint2gt' defined but not used [-Wunused-function] 5980 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2gt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5978:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5978 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5967:1: warning: 'int4uint2ge' defined but not used [-Wunused-function] 5967 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2ge' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5965:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5965 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5954:1: warning: 'int4uint2ne' defined but not used [-Wunused-function] 5954 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2ne' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5952:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5952 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5941:1: warning: 'int4uint2eq' defined but not used [-Wunused-function] 5941 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2eq' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5939:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5939 | PG_RETURN_UINT32(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5928:1: warning: 'int4uint2le' defined but not used [-Wunused-function] 5928 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2le' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5926:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5926 | uint32 arg2 = PG_GETARG_UINT32(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5915:1: warning: 'int4uint2lt' defined but not used [-Wunused-function] 5915 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint2lt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5913:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5913 | PG_RETURN_NULL(); | ^ ~~~~~~~~~~~~~~~~~ operators.c:5895:8: warning: 'int4_to_uint1' defined but not used [-Wunused-function] 5895 | result = result2; | ^ ~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4_to_uint1' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5893:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5893 | (errcode(ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE), | ^ ~~~~~~~~~~~~~~~~ operators.c:5874:8: warning: 'int4uint1mod' defined but not used [-Wunused-function] 5874 | errmsg("integer out of range"))); | ^ ~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1mod' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5872:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5872 | ereport(ERROR, | ^ ~~~~~~~~~~~~~~ operators.c:5853:8: warning: 'int4uint1div' defined but not used [-Wunused-function] 5853 | if (result < arg1 || result < arg2) | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1div' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5851:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5851 | result = arg1 + arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5832:1: warning: 'int4uint1mul' defined but not used [-Wunused-function] 5832 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1mul' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5830:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5830 | uint32 arg2 = PG_GETARG_UINT32(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5814:1: warning: 'int4uint1mi' defined but not used [-Wunused-function] 5814 | uint4uint4gt(PG_FUNCTION_ARGS) | ^~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1mi' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5812:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5812 | PG_FUNCTION_INFO_V1(uint4uint4gt); | ^~~~~~~~~~~~~~~~~~~ operators.c:5796:8: warning: 'int4uint1pl' defined but not used [-Wunused-function] 5796 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1pl' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5794:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5794 | result = arg1 != arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5778:8: warning: 'btint4uint1cmp' defined but not used [-Wunused-function] 5778 | uint32 arg2 = PG_GETARG_UINT32(1); | ^ ~~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_btint4uint1cmp' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5776:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5776 | { | ^ operators.c:5765:8: warning: 'int4uint1gt' defined but not used [-Wunused-function] 5765 | uint32 arg2 = PG_GETARG_UINT32(1); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1gt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5763:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5763 | { | ^ operators.c:5752:8: warning: 'int4uint1ge' defined but not used [-Wunused-function] 5752 | uint32 arg2 = PG_GETARG_UINT32(1); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1ge' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5750:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5750 | { | ^ operators.c:5739:8: warning: 'int4uint1ne' defined but not used [-Wunused-function] 5739 | if ((uint32) result != arg1) | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1ne' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5737:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5737 | | ^ operators.c:5726:8: warning: 'int4uint1eq' defined but not used [-Wunused-function] 5726 | result = arg1 % arg2; | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1eq' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5724:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5724 | } | ^ ~ operators.c:5713:1: warning: 'int4uint1le' defined but not used [-Wunused-function] 5713 | { | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1le' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5711:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5711 | Datum | ^~~~~ operators.c:5700:8: warning: 'int4uint1lt' defined but not used [-Wunused-function] 5700 | (errcode(ERRCODE_DIVISION_BY_ZERO), | ^ ~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4uint1lt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5698:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5698 | { | ^ ~ operators.c:5684:8: warning: 'int4_to_int1' defined but not used [-Wunused-function] 5684 | result = result2; | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4_to_int1' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5682:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5682 | (errcode(ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE), | ^ ~~~~~~~~~~~~~~~~ operators.c:5660:8: warning: 'int4int1mod' defined but not used [-Wunused-function] 5660 | if (result > arg1) | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1mod' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5658:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5658 | result = arg1 - arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5639:1: warning: 'int4int1div' defined but not used [-Wunused-function] 5639 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1div' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5637:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5637 | uint16 arg2 = PG_GETARG_UINT16(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5618:8: warning: 'int4int1mul' defined but not used [-Wunused-function] 5618 | uint32 arg1 = PG_GETARG_UINT32(0); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1mul' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5616:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5616 | btuint4uint2cmp(PG_FUNCTION_ARGS) | ^~~~~~~~~~~~~~~~~~~ operators.c:5600:1: warning: 'int4int1mi' defined but not used [-Wunused-function] 5600 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1mi' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5598:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5598 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5582:1: warning: 'int4int1pl' defined but not used [-Wunused-function] 5582 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1pl' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5580:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5580 | uint16 arg2 = PG_GETARG_UINT16(1); | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5564:1: warning: 'btint4int1cmp' defined but not used [-Wunused-function] 5564 | uint4uint2eq(PG_FUNCTION_ARGS) | ^~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_btint4int1cmp' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5562:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5562 | PG_FUNCTION_INFO_V1(uint4uint2eq); | ^~~~~~~~~~~~~~~~~~~ operators.c:5551:1: warning: 'int4int1gt' defined but not used [-Wunused-function] 5551 | uint4uint2le(PG_FUNCTION_ARGS) | ^~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1gt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5549:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5549 | PG_FUNCTION_INFO_V1(uint4uint2le); | ^~~~~~~~~~~~~~~~~~~ operators.c:5538:1: warning: 'int4int1ge' defined but not used [-Wunused-function] 5538 | uint4uint2lt(PG_FUNCTION_ARGS) | ^~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1ge' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5536:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5536 | PG_FUNCTION_INFO_V1(uint4uint2lt); | ^~~~~~~~~~~~~~~~~~~ operators.c:5525:8: warning: 'int4int1ne' defined but not used [-Wunused-function] 5525 | uint8 result; | ^ ~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1ne' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5523:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5523 | { | ^ operators.c:5512:8: warning: 'int4int1eq' defined but not used [-Wunused-function] 5512 | PG_RETURN_NULL(); | ^ ~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1eq' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5510:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5510 | (errcode(ERRCODE_DIVISION_BY_ZERO), | ^ ~~~~~~~~~~~~~~~~ operators.c:5499:1: warning: 'int4int1le' defined but not used [-Wunused-function] 5499 | PG_FUNCTION_INFO_V1(uint4uint1mod); | ^~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1le' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5497:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5497 | } | ^ operators.c:5486:8: warning: 'int4int1lt' defined but not used [-Wunused-function] 5486 | if (arg2 == 0) | ^ ~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int4int1lt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5484:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5484 | uint32 result; | ^ ~~~~~~~~~~~~~~ operators.c:5470:8: warning: 'int2_to_uint8' defined but not used [-Wunused-function] 5470 | ereport(ERROR, | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2_to_uint8' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5468:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5468 | | ^ operators.c:5444:8: warning: 'int2uint8mod' defined but not used [-Wunused-function] 5444 | uint8 arg2 = PG_GETARG_UINT8(1); | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8mod' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5442:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5442 | { | ^ operators.c:5418:8: warning: 'int2uint8div' defined but not used [-Wunused-function] 5418 | PG_RETURN_INT32(result); | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8div' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5416:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5416 | result = -1; | ^ ~~~~~~~~~~~~ operators.c:5400:8: warning: 'int2uint8mul' defined but not used [-Wunused-function] 5400 | PG_RETURN_BOOL(result); | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8mul' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5398:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5398 | result = arg1 > arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5382:8: warning: 'int2uint8mi' defined but not used [-Wunused-function] 5382 | uint8 arg2 = PG_GETARG_UINT8(1); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8mi' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5380:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5380 | { | ^ operators.c:5364:1: warning: 'int2uint8pl' defined but not used [-Wunused-function] 5364 | PG_FUNCTION_INFO_V1(uint4uint1ne); | ^~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8pl' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5362:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5362 | } | ^ operators.c:5346:8: warning: 'btint2uint8cmp' defined but not used [-Wunused-function] 5346 | result = arg1 <= arg2; | ^ ~~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_btint2uint8cmp' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5344:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5344 | bool result; | ^ ~~~~~~~~~~~~ operators.c:5333:8: warning: 'int2uint8gt' defined but not used [-Wunused-function] 5333 | result = arg1 < arg2; | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8gt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5331:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5331 | bool result; | ^ ~~~~~~~~~~~~ operators.c:5320:8: warning: 'int2uint8ge' defined but not used [-Wunused-function] 5320 | errmsg("int1 out of range"))); | ^ ~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8ge' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5318:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5318 | ereport(ERROR, | ^ ~~~~~~~~~~~~~~ operators.c:5307:1: warning: 'int2uint8ne' defined but not used [-Wunused-function] 5307 | uint4_to_int1(PG_FUNCTION_ARGS) | ^~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8ne' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5305:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5305 | PG_FUNCTION_INFO_V1(uint4_to_int1); | ^~~~~~~~~~~~~~~~~~~ operators.c:5294:1: warning: 'int2uint8eq' defined but not used [-Wunused-function] 5294 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8eq' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5292:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5292 | if (arg2 == -1) | ^ ~~~~~~~~~~~~~~~ operators.c:5281:8: warning: 'int2uint8le' defined but not used [-Wunused-function] 5281 | int8 arg2 = PG_GETARG_INT8(1); | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8le' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5279:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5279 | { | ^ operators.c:5268:8: warning: 'int2uint8lt' defined but not used [-Wunused-function] 5268 | if (arg2 < 0) | ^ ~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint8lt' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5266:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5266 | result = arg1 / arg2; | ^ ~~~~~~~~~~~~~~~~~~ operators.c:5252:1: warning: 'int2_to_uint4' defined but not used [-Wunused-function] 5252 | uint4int1div(PG_FUNCTION_ARGS) | ^~~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2_to_uint4' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5250:1: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5250 | PG_FUNCTION_INFO_V1(uint4int1div); | ^~~~~~~~~~~~~~~~~~~ operators.c:5226:8: warning: 'int2uint4mod' defined but not used [-Wunused-function] 5226 | PG_RETURN_UINT32(result); | ^ ~~~~~~~~~~~ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint4mod' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5224:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5224 | errmsg("integer out of range"))); | ^ ~~~~~~~~~~~~~~~ operators.c:5200:1: warning: 'int2uint4div' defined but not used [-Wunused-function] 5200 | | ^ /usr/include/postgresql/17/server/fmgr.h:419:11: warning: 'pg_finfo_int2uint4div' defined but not used [-Wunused-function] 419 | CppConcat(pg_finfo_,funcname) (void) \ | ^~~~~~~~~ /usr/include/postgresql/17/server/c.h:328:41: note: in definition of macro 'CppConcat' 328 | #define CppConcat(x, y) x##y | ^ operators.c:5198:8: note: in expansion of macro 'PG_FUNCTION_INFO_V1' 5198 | int8 arg2 = PG_GETARG_INT8(1); | ^ ~~~~~~~~~~~~~~~~~~ make: *** [: operators.o] Error 1 >>> ERROR: postgresql-uint: build failed >>> postgresql-uint: Uninstalling dependencies... (1/22) Purging .makedepends-postgresql-uint (20251102.174633) (2/22) Purging postgresql17-dev (17.6-r0) (3/22) Purging libecpg-dev (17.6-r0) (4/22) Purging libecpg (17.6-r0) (5/22) Purging clang18 (18.1.8-r5) (6/22) Purging clang18-headers (18.1.8-r5) (7/22) Purging icu-dev (76.1-r1) (8/22) Purging llvm18 (18.1.8-r5) (9/22) Purging llvm18-linker-tools (18.1.8-r5) (10/22) Purging lz4-dev (1.10.0-r0) (11/22) Purging lz4-libs (1.10.0-r0) (12/22) Purging zstd-dev (1.5.7-r0) (13/22) Purging zstd (1.5.7-r0) (14/22) Purging clang18-libs (18.1.8-r5) (15/22) Purging icu (76.1-r1) (16/22) Purging icu-libs (76.1-r1) (17/22) Purging icu-data-en (76.1-r1) (18/22) Purging libpq-dev (17.6-r0) (19/22) Purging libpq (17.6-r0) (20/22) Purging llvm18-libs (18.1.8-r5) (21/22) Purging libxml2 (2.13.9-r0) (22/22) Purging openssl-dev (3.5.4-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages