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
Fixes: jackc#1942
Once we face a timeout we should expose address, it can be for example ipv6 or ipv4 and knowing what exact address we took for resolver extreamly helpful for triaging a networking issue.
This issue is also fixed in pgx/v4, see: jackc/pgconn#139
When we try to connect to Postgres inside dual-stack network (ipv4 and ipv6) we face confusing error:
Given:
Cluster with ipv4 and ipv6 address:
IPv4 connectivity exists:
IPv6 connectivity not exists:
Connection failed (wich is expected), but error should be:
The text was updated successfully, but these errors were encountered: