Portability fix: isdigit() must be passed an unsigned char.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Apr 2025 20:33:21 +0000 (16:33 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Apr 2025 20:33:21 +0000 (16:33 -0400)
commit4aad2cb7707dfb239eaaad29a8a7155027d8e8b8
treec9112fbe6fb0840ec53948dcbb489cc56af3bad2
parent0400ae4a68831250347407463453447daa9548df
Portability fix: isdigit() must be passed an unsigned char.

Oversight in commit 40b9c2701, per buildfarm member mamba.
src/bin/pg_dump/pg_restore.c