Added todo [skip ci]

This commit is contained in:
Andrew Kane
2023-12-04 13:01:25 -08:00
parent d09aa9f873
commit 544e303d74

View File

@@ -424,6 +424,8 @@ integer_to_half(PG_FUNCTION_ARGS)
/*
* Convert numeric to half
*
* TODO Improve error message if out of range
*/
PGDLLEXPORT PG_FUNCTION_INFO_V1(numeric_to_half);
Datum