Re: [pgAdmin][RM3787] Issue with Stop Process button

2020-04-26 Thread Akshay Joshi
Hi Nagesh Your patch looks good to me, but it will not solve the issue that "Richard" has mentioned in the RM. What if terminating the process takes a long time? Please consider that and provide the proper solution. On Fri, Apr 24, 2020 at 7:12 PM Nagesh Dhope wrote: > Hi Hackers, > After the p

[pgAdmin][RM3787] Issue with Stop Process button

2020-04-24 Thread Nagesh Dhope
Hi Hackers, After the process is terminated, it's taking some time to return exit_code and our frontend code is waiting for exit_code to notify the user that the process is terminated by the user. Also *Stop Process *button is not getting disabled and which is misleading the user that nothing is ha