mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
specify an encoding explicitly, we used to treat it as being in database encoding when we parsed it, but then perform a UTF-8 -> database encoding conversion on it, which was completely bogus. It's now consistently treated as UTF-8.