pgAdmin 4 commit: Prevent attempts to debug procedures with variadic ar

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent attempts to debug procedures with variadic ar
Date: 2017-06-06 11:58:55
Message-ID: E1dID8R-0004y8-B8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent attempts to debug procedures with variadic arguments. Fixes #1466

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-06 11:59:05 Re: [pgAdmin4][PATCH] To fix the issue in procedure debugging in EPAS
Previous Message Dave Page 2017-06-06 11:54:31 Re: [pgAdmin4][Patch][RM_2400]: Columns with defaults set to NULL when removing contents after pasting in the edit grid