pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace() - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
change errno.  No reported bugs here, but why take a chance?

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        numutils.c (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numutils.c.diff?r1=1.69&r2=1.70)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Tweak choose_bitmap_and() heuristics in the light of example
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()