value);
break;
default:
- elog(ERROR, "type with oid %d not supported", typid);
+ elog(ERROR, "type with oid %u not supported", typid);
}
typid = DATEOID;
value);
break;
default:
- elog(ERROR, "type with oid %d not supported", typid);
+ elog(ERROR, "type with oid %u not supported", typid);
}
/* Force the user-given time precision, if any */
value);
break;
default:
- elog(ERROR, "type with oid %d not supported", typid);
+ elog(ERROR, "type with oid %u not supported", typid);
}
/* Force the user-given time precision, if any */
value);
break;
default:
- elog(ERROR, "type with oid %d not supported", typid);
+ elog(ERROR, "type with oid %u not supported", typid);
}
/* Force the user-given time precision, if any */
case TIMESTAMPTZOID: /* Nothing to do for TIMESTAMPTZ */
break;
default:
- elog(ERROR, "type with oid %d not supported", typid);
+ elog(ERROR, "type with oid %u not supported", typid);
}
/* Force the user-given time precision, if any */