mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
5db55c6bbc
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