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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()
Date
Msg-id 20051130231034.B7D1C9DD447@postgresql.org
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?

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        numutils.c (r1.68 -> r1.68.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numutils.c.diff?r1=1.68&r2=1.68.4.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: New Directory