Fixed an issue where connection to the server is on wait state if a different user is provided. Fixes #5953

This commit is contained in:
Nikhil Mohite
2020-10-28 12:32:22 +05:30
committed by Akshay Joshi
parent 71a8c0f317
commit 6c723a7e43
5 changed files with 128 additions and 92 deletions

View File

@@ -28,3 +28,4 @@ Bug fixes
| `Issue #5911 <https://redmine.postgresql.org/issues/5911>`_ - Ensure that macros should be run on the older version of Safari and Chrome.
| `Issue #5919 <https://redmine.postgresql.org/issues/5919>`_ - Added security related enhancements.
| `Issue #5923 <https://redmine.postgresql.org/issues/5923>`_ - Fixed an issue where non-closeable tabs are getting closed.
| `Issue #5953 <https://redmine.postgresql.org/issues/5953>`_ - Fixed an issue where connection to the server is on wait state if a different user is provided.