pgsql: Fix unportable use of isspace().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unportable use of isspace().
Date: 2014-09-01 22:38:11
Message-ID: E1XOaEl-0003RQ-1Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unportable use of isspace().

Introduced in commit 11a020eb6.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01b6976c13a9cf87f3c6767c9722576166c1b081

Modified Files
--------------
src/backend/utils/init/postinit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-09-02 00:11:31 Re: pgsql: Fix unportable use of isspace().
Previous Message Andres Freund 2014-09-01 14:09:57 pgsql: Add skip-empty-xacts option to test_decoding for use in the regr