pgsql: Fix possible portability problem, per buildfarm warnings. - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Fix possible portability problem, per buildfarm warnings.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix possible portability problem, per buildfarm warnings.

Modified Files:
--------------
    pgsql/contrib/pgbench:
        pgbench.c (r1.68 -> r1.69)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.68&r2=1.69)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix unportable use of isspace(), per buildfarm results.
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix compile warning on Solaris, per buildfarm.