pgsql: When Perl "kill(9, ...)" fails, try "pg_ctl kill".

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Дата
Msg-id E1hFN87-0000Kw-Vw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
When Perl "kill(9, ...)" fails, try "pg_ctl kill".

Per buildfarm member jacana, the former fails under msys Perl 5.8.8.
Back-patch to 9.6, like the code in question.

Discussion:
https://postgr.es/m/GrdLgAdUK9FdyZg8VIcTDKVOkys122ZINEb3CjjoySfGj2KyPiMKTh1zqtRp0TAD7FJ27G-OBB3eplxIB5GhcQH5o8zzGZfp0MuJaXJxVxk=@yesql.se

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/de262941fc9c5492b1a66444cfe87805a1bd6de5

Modified Files
--------------
src/test/perl/PostgresNode.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent memory leaks associated with relcache rd_partcheckstruc
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: MSYS: Skip src/test/recovery/t/017_shm.pl.