pgAdmin 4 commit: Fixed an issue where connections keep open to (closed

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where connections keep open to (closed
Date: 2022-01-19 14:34:42
Message-ID: E1nAC2s-0004Ij-K1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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