pgsql: Portability fix: isdigit() must be passed an unsigned char. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Portability fix: isdigit() must be passed an unsigned char.
Date
Msg-id E1u5VvT-000XEL-07@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Portability fix: isdigit() must be passed an unsigned char.

Oversight in commit 40b9c2701, per buildfarm member mamba.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4aad2cb7707dfb239eaaad29a8a7155027d8e8b8

Modified Files
--------------
src/bin/pg_dump/pg_restore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Make SQLFunctionCache long-lived again.
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress "may be used uninitialized" warnings from older compile