pgsql: Portability fix: isdigit() must be passed an unsigned char.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Portability fix: isdigit() must be passed an unsigned char.
Date: 2025-04-17 20:33:35
Message-ID: E1u5VvT-000XEL-07@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-04-17 20:47:08 pgsql: Suppress "may be used uninitialized" warnings from older compile
Previous Message Tom Lane 2025-04-17 17:02:05 Re: pgsql: Make SQLFunctionCache long-lived again.