From 544e303d74175527d8a76bfcaff71acaf43fb498 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 4 Dec 2023 13:01:25 -0800 Subject: [PATCH] Added todo [skip ci] --- src/half.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/half.c b/src/half.c index bcbde77..622ee5c 100644 --- a/src/half.c +++ b/src/half.c @@ -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