Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
Tom Lane <tgl@sss.pgh.pa.us>
Rearrange code in pg_atoi() to avoid assuming that isspace() cannot change errno. No reported bugs here, but why take a chance?
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/numutils.c | modified | +15 −15 |