We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807005c commit fe61db6Copy full SHA for fe61db6
contrib/pg_upgrade/util.c
@@ -269,5 +269,5 @@ getErrorText(int errNum)
269
unsigned int
270
str2uint(const char *str)
271
{
272
- return strtol(str, NULL, 10);
+ return strtoul(str, NULL, 10);
273
}
0 commit comments