pgsql: libpq: Fix PQtrace() format for non-printable characters

2025-09-02 Thread Michael Paquier
libpq: Fix PQtrace() format for non-printable characters PQtrace() was generating its output for non-printable characters without casting the characters printed with unsigned char, leading to some extra "\xff" generated in the output due to the fact that char may be signed. Oversights introdu

pgsql: libpq: Fix PQtrace() format for non-printable characters

2025-09-02 Thread Michael Paquier
libpq: Fix PQtrace() format for non-printable characters PQtrace() was generating its output for non-printable characters without casting the characters printed with unsigned char, leading to some extra "\xff" generated in the output due to the fact that char may be signed. Oversights introdu

pgsql: libpq: Fix PQtrace() format for non-printable characters

2025-09-02 Thread Michael Paquier
libpq: Fix PQtrace() format for non-printable characters PQtrace() was generating its output for non-printable characters without casting the characters printed with unsigned char, leading to some extra "\xff" generated in the output due to the fact that char may be signed. Oversights introdu

pgsql: libpq: Fix PQtrace() format for non-printable characters

2025-09-02 Thread Michael Paquier
libpq: Fix PQtrace() format for non-printable characters PQtrace() was generating its output for non-printable characters without casting the characters printed with unsigned char, leading to some extra "\xff" generated in the output due to the fact that char may be signed. Oversights introdu

pgsql: libpq: Fix PQtrace() format for non-printable characters

2025-09-02 Thread Michael Paquier
libpq: Fix PQtrace() format for non-printable characters PQtrace() was generating its output for non-printable characters without casting the characters printed with unsigned char, leading to some extra "\xff" generated in the output due to the fact that char may be signed. Oversights introdu

pgsql: libpq: Fix PQtrace() format for non-printable characters

2025-09-02 Thread Michael Paquier
libpq: Fix PQtrace() format for non-printable characters PQtrace() was generating its output for non-printable characters without casting the characters printed with unsigned char, leading to some extra "\xff" generated in the output due to the fact that char may be signed. Oversights introdu