mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 05:27:37 +08:00
Assert errors were thrown for functions being passed invalid encodings, while the main code handled it just fine. Also document that libpq's PQclientEncoding() returns -1 for an encoding lookup failure. Per report from Peter Geoghegan