[pgadmin-hackers] pgAdmin 4 commit: Prevent attempts to debug procedures with variadicar - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Prevent attempts to debug procedures with variadicar
Date
Msg-id E1dID8R-0004y8-B8@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch][RM_2400]: Columns withdefaults set to NULL when removing contents after pasting in the edit grid
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue in proceduredebugging in EPAS