Fix unportable usage of isspace().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a149d8bd56edc2f06643118ed8aac8bce6ebad6d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-06-01T17:58:23Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/bin/pg_basebackup/pg_basebackup.c modified +1 −1