pgAdmin 4 commit: Fixed an issue where connections keep open to (closed - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where connections keep open to (closed
Date
Msg-id E1nAC2s-0004Ij-K1@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where connections keep open to (closed) connections on the initial connection to the database server.
Fixes#7035 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d945c6f8431c2e152eef9447abd309ee50d8ae2e
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst                                        | 1 +
.../browser/server_groups/servers/databases/static/js/database.js       | 1 +
web/pgadmin/static/js/tree/pgadmin_tree_save_state.js                   | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] - Housekeeping #7017- [React] Port Import Export dialog to React.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-7035]: v6.2 keeps opening connections to (closed) connections on initial connection to database server/cluster