pgAdmin 4 commit: Fixed an issue where the background job creation fail

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the background job creation fail
Дата
Msg-id E1jWEsT-0005FX-7b@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where the background job creation fails if there is only a version-specific python binary available in
PATH.Fixes #5480 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f61448eea29bd20004b97d80e4634befd2d5d262
Author: Nagesh Dhope <nagesh.dhope@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_22.rst       | 3 ++-
web/pgadmin/misc/bgprocess/processes.py | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: Contribute in pgAdmin to remove password length restrictions
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5480]Background job creation failure.