pgsql: Fix unportable use of isspace(), per buildfarm results. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix unportable use of isspace(), per buildfarm results.
Date
Msg-id 20070715223254.087BA9FB200@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix unportable use of isspace(), per buildfarm results.

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        stopword.c (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/stopword.c.diff?r1=1.13&r2=1.14)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Because plpgsql's scanner uses %option case-insensitive, flex's
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix possible portability problem, per buildfarm warnings.