mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
a6944611e2
sequences. This is done by disabling multi-byte awareness when it's not necessary. This is kind of a workaround, not a perfect solution. However, there is no ideal way to parse broken multi-byte character sequences. So I guess this is the best way what we could do right now...