Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't attempt to canonicalize peer name in Kerberos/GSSAPI/SSPI auth
libpq does not canonicalize and neither should we, because: 1) it's likely the wrong thing to do and removes control from the user; 2) it introduces a blocking DNS lookup into an async path, which is not great.
- Loading branch information