Tatsuo Ishii writes:
> In my understanding, our consensus was enabling multibyte support by
> default for 7.3. Any objection?
It was my understanding (or if I was mistaken, then it is my suggestion)
that the build-time option would be removed altogether and certain
performance-critical places (if any) would be wrapped into
if (encoding_is_single_byte(current_encoding)) { }
That's basically what I did with the locale support.
--
Peter Eisentraut peter_e@gmx.net