Alexander Korotkov <[email protected]> writes: > It's also likely we can change > if (pg_database_encoding_max_length() > 1) > into something like > if (pg_database_encoding_max_length() > 1 && bytelen != charlen)
Hm, actually couldn't we just simplify to "if (bytelen != charlen)"?
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
