[pgAdmin4][Patch]: Background process executor won't run(in case of Backup, restore) in Windows only

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: Background process executor won't run(in case of Backup, restore) in Windows only
Дата
Msg-id CAM5-9D_+dUN79tJoK35Vq2oXLybeBwVFPFKHmF5NPKg6HR_c3Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Background process executor won't run(in case of Backup, restore) in Windows only
Список pgadmin-hackers
Hi

While working on RM1391 I found another issue 'Backup is not working on windows".

The reason is that the process executor which uses subprocess Popen() to execute job fails when we pass close_fds=True and shell=False in windows.

Now we are settings close_fds=False and shell=True to fix it. These settings are specific to windows only.

Please review the attached patch.


Thanks,
Surinder Kumar
Вложения

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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: To fix JSON array handling (pgAdmin4)
Следующее
От: Navnath Gadakh
Дата:
Сообщение: Re: Regression errors - database node