Fix type in test_escape test On machines where char is unsigned this could lead to option parsing looping endlessly. It's also too narrow a type on other hardware.
Found via Tom Lane's monitoring of the buildfarm. Reported-by: Tom Lane <t...@sss.pgh.pa.us> Security: CVE-2025-1094 Backpatch-through: 13 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/979205e47bdc094787b10142e84a7634f7c720dd Modified Files -------------- src/test/modules/test_escape/test_escape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)