pgAdmin 4 commit: Fix an intermittent error seen during result polling.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an intermittent error seen during result polling.
Date: 2017-06-08 11:34:16
Message-ID: E1dIvhg-00018c-Qs@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an intermittent error seen during result polling. Fixes #2470

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=678b891ff76fea6f2c287d1eb3bc84ff242c61b4
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-08 11:34:42 Re: [pgAdmin4] To fix the error "ValueError: too many values to unpack" while polling
Previous Message Dave Page 2017-06-08 11:30:12 Re: [pgAdmin4] To fix issues in pgAgent's modules