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 7a85de6 commit 4330396Copy full SHA for 4330396
src/backend/utils/adt/numutils.c
@@ -393,7 +393,7 @@ pg_ltostr(char *str, int32 value)
393
* pg_strtouint64
394
* Converts 'str' into an unsigned 64-bit integer.
395
*
396
- * This has the identical API to strtoull(3), except that it will handle
+ * This has the identical API to strtoul(3), except that it will handle
397
* 64-bit ints even where "long" is narrower than that.
398
399
* For the moment it seems sufficient to assume that the platform has
0 commit comments