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
Fix null pointer dereference in "\c" psql command.
The psql crash happened when no current connection existed. (The secondnew check is optional given today's undocumented NULL argument handlingin PQhost() etc.) Back-patch to 9.0 (all supported versions).