@@ -2413,7 +2413,7 @@ executeDateTimeMethod(JsonPathExecContext *cxt, JsonPathItem *jsp,
24132413value );
24142414break ;
24152415default :
2416- elog (ERROR ,"type with oid %d not supported" ,typid );
2416+ elog (ERROR ,"type with oid %u not supported" ,typid );
24172417}
24182418
24192419typid = DATEOID ;
@@ -2445,7 +2445,7 @@ executeDateTimeMethod(JsonPathExecContext *cxt, JsonPathItem *jsp,
24452445value );
24462446break ;
24472447default :
2448- elog (ERROR ,"type with oid %d not supported" ,typid );
2448+ elog (ERROR ,"type with oid %u not supported" ,typid );
24492449}
24502450
24512451/* Force the user-given time precision, if any */
@@ -2490,7 +2490,7 @@ executeDateTimeMethod(JsonPathExecContext *cxt, JsonPathItem *jsp,
24902490value );
24912491break ;
24922492default :
2493- elog (ERROR ,"type with oid %d not supported" ,typid );
2493+ elog (ERROR ,"type with oid %u not supported" ,typid );
24942494}
24952495
24962496/* Force the user-given time precision, if any */
@@ -2535,7 +2535,7 @@ executeDateTimeMethod(JsonPathExecContext *cxt, JsonPathItem *jsp,
25352535value );
25362536break ;
25372537default :
2538- elog (ERROR ,"type with oid %d not supported" ,typid );
2538+ elog (ERROR ,"type with oid %u not supported" ,typid );
25392539}
25402540
25412541/* Force the user-given time precision, if any */
@@ -2587,7 +2587,7 @@ executeDateTimeMethod(JsonPathExecContext *cxt, JsonPathItem *jsp,
25872587case TIMESTAMPTZOID :/* Nothing to do for TIMESTAMPTZ */
25882588break ;
25892589default :
2590- elog (ERROR ,"type with oid %d not supported" ,typid );
2590+ elog (ERROR ,"type with oid %u not supported" ,typid );
25912591}
25922592
25932593/* Force the user-given time precision, if any */