dehowef commented on code in PR #1237:
URL: https://github.com/apache/age/pull/1237#discussion_r1417978091


##########
src/backend/utils/adt/agtype.c:
##########
@@ -6014,7 +6024,7 @@ Datum age_tointeger(PG_FUNCTION_ARGS)
              */
             result = float8in_internal_null(string, NULL, "double precision",
                                             string, &is_valid);
-
+ 

Review Comment:
   Very minor -- extra space character? 



##########
src/backend/utils/adt/agtype_parser.c:
##########
@@ -30,15 +30,18 @@
  */
 
 #include "postgres.h"
-
+#include "varatt.h"
 #include "catalog/pg_type.h"
 #include "libpq/pqformat.h"
 #include "miscadmin.h"
 #include "utils/date.h"
 #include "utils/datetime.h"
+#include "utils/varlena.h"
 
+#include "utils/agtype.h"
 #include "utils/agtype_parser.h"
 
+

Review Comment:
   Extra space?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to