summaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-09-03 12:54:32 +0900
committerMichael Paquier <michael@paquier.xyz>2025-09-03 12:54:32 +0900
commit0b274c4759a943a9d0c771f0fcd7ffa285abdcd0 (patch)
treebe955719ad202056b3f71386c09144ce66d49082 /src/tutorial/basics.source
parent8286bce0a06a3975bc7d292b5c5f972fc31a9a57 (diff)
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 198b3716dba6, 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
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions