Skip to content

Commit f6f3313

Browse files
committed
Fix
1 parent 3d292da commit f6f3313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/postgres_utils.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ enum class PostgresTypeAnnotation {
3535
GEOM_BOX,
3636
GEOM_PATH,
3737
GEOM_POLYGON,
38-
GEOM_CIRCLE
38+
GEOM_CIRCLE,
39+
NUMERIC_TRUNCATE,
3940
};
4041

4142
struct PostgresType {

0 commit comments

Comments
 (0)