Thread: pgsql: Disable strtoul() ERANGE check on Win32, because it isn't thread

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

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
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)