OSDN Git Service

Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2005 23:10:08 +0000 (23:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2005 23:10:08 +0000 (23:10 +0000)
commit164442fe7f7440b6a004e51bc19d990cb89b4abd
tree8c1d9e631475076e9b2fc5aa7d74b0caeae575a3
parentbae3fefd4aecec5cbe94c1d67804f6ba7df0a203
Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
change errno.  No reported bugs here, but why take a chance?
src/backend/utils/adt/numutils.c