pgAdmin 4 commit: Fix a bug in the database drive poll() function where - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix a bug in the database drive poll() function where
Date
Msg-id E1afocC-0007hm-14@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix a bug in the database drive poll() function where we could try to reference a non-existant variable.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ff424850f803850a99f1b9eae3300a94e5fc685b
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 1 +
1 file changed, 1 insertion(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Subnode collection layout improvements, with addition
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][psycopg2] - poll function local variable reference error