summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSamplescan.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-09-03 12:54:23 +0900
committerMichael Paquier <michael@paquier.xyz>2025-09-03 12:54:23 +0900
commitdb9405493b489c6a348c97f532753290eea8adbd (patch)
tree55795e6a94f26d24d554897890195564aae7e4ef /src/backend/executor/nodeSamplescan.c
parentc6ea528b470f45832437f2a937cf2f4483d23737 (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/backend/executor/nodeSamplescan.c')
0 files changed, 0 insertions, 0 deletions