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. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/c004d68c9395812bfcff82c2d7c4e56d36e72f1c Modified Files -------------- src/bin/pg_resetwal/pg_resetwal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
