Thread: pgsql: Fix unportable usage of isspace().

pgsql: Fix unportable usage of isspace().

From
Tom Lane
Date:
Fix unportable usage of isspace().

Must cast char argument to unsigned to avoid doing the wrong thing
with high-bit-set characters.  Oversight in commit
30b5ede7157e34e77c7914b8ecfd55aa8da6edc3.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a149d8bd56edc2f06643118ed8aac8bce6ebad6d

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)