pgsql: Fix unportable usage of isspace(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix unportable usage of isspace().
Date
Msg-id E1Uiq4j-0008UX-9t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Minor spelling fixes
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix whitespace issues in the man pages