We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb994246 commitec7712eCopy full SHA for ec7712e
src/backend/utils/adt/numutils.c
@@ -891,7 +891,7 @@ pg_strtoint64_safe(const char *s, Node *escontext)
891
* so that caller can parse the rest. Otherwise, it's an error if anything
892
* but whitespace follows.
893
*
894
- * typname is what is reported in errormessges.
+ * typname is what is reported in errormessages.
895
896
* If escontext points to an ErrorSaveContext node, that is filled instead
897
* of throwing an error; the caller must check SOFT_ERROR_OCCURRED()
@@ -978,7 +978,7 @@ uint32in_subr(const char *s, char **endloc,
978
979
980
981
982
983
984