You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments