mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 16:18:57 -04:00
734e421278
a get on a bytea value the code was running the raw value from the server through character set conversion, which if the character set was SQL_ASCII would cause all 8bit characters to become ?'s.