pgsql: Disable strtoul() ERANGE check on Win32, because it isn't thread - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Disable strtoul() ERANGE check on Win32, because it isn't thread
Date
Msg-id 20050813013431.8448752F26@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Disable strtoul() ERANGE check on Win32, because it isn't thread safe,
and it isn't really required.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-exec.c (r1.170 -> r1.171)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c.diff?r1=1.170&r2=1.171)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Reverse out Assert addition.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add documentation: >>>I think a more accurate description would