postgresql/src/interfaces
Michael Paquier 0cc540f0d0 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
"\xffffff" generated in the output due to the fact that char may be
signed.

Oversights introduced by commit 198b3716db, so backpatch down to v14.

Author: Ran Benita <ran@unusedvar.com>
Discussion: https://postgr.es/m/a3383211-4539-459b-9d51-95c736ef08e0@app.fastmail.com
Backpatch-through: 14
2025-09-03 12:54:34 +09:00
..
ecpg Translation updates 2025-08-11 14:45:12 +02:00
libpq libpq: Fix PQtrace() format for non-printable characters 2025-09-03 12:54:34 +09:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00