mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Previously, lookups of non-existent user names could return "Success"; it will now return "User does not exist" by resetting errno. This also centralizes the user name lookup code in libpgport. Report and analysis by Nicolas Marchildon; patch by me