]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2005 23:10:34 +0000 (23:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2005 23:10:34 +0000 (23:10 +0000)
commita4a51d58e81fd1b9d861f645cfcf3e6778004949
treea689115daa3e708fbfb9092a7ba6f8ac32ea5269
parentf9bdaeeb346065fe45b8761217c869c80e1c89b4
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