Content-Length: 271408 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b2bb3dc0e0d9825640654b9ae0b82c1a747d42ea
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
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b2bb3dc0e0d9825640654b9ae0b82c1a747d42ea
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments