Thanks to visit codestin.com Credit goes to github.com
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 fb42123 commit b2bb3dcCopy full SHA for b2bb3dc
src/backend/utils/adt/numutils.c
@@ -181,6 +181,8 @@ pg_strtoint16(const char *s)
181
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
182
errmsg("invalid input syntax for type %s: \"%s\"",
183
"smallint", s)));
184
+
185
+ return 0; /* keep compiler quiet */
186
}
187
188
/*
@@ -255,6 +257,8 @@ pg_strtoint32(const char *s)
255
257
256
258
259
"integer", s)));
260
261
262
263
264
0 commit comments