Fix minor portability issue in pg_resetwal.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c004d68c9395812bfcff82c2d7c4e56d36e72f1c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-12-09T00:06:36Z
Fix minor portability issue in pg_resetwal.c.

The argument of isspace() (like other <ctype.h> functions)
must be cast to unsigned char to ensure portable results.

Per NetBSD buildfarm members.  Oversight in 636c1914b.

Files

PathChange+/−
src/bin/pg_resetwal/pg_resetwal.c modified +1 −1