]> granicus.if.org Git - postgresql/commit
When Perl "kill(9, ...)" fails, try "pg_ctl kill".
authorNoah Misch <noah@leadboat.com>
Sat, 13 Apr 2019 18:09:27 +0000 (11:09 -0700)
committerNoah Misch <noah@leadboat.com>
Sat, 13 Apr 2019 18:09:27 +0000 (11:09 -0700)
commit947a35014fdc2ec74cbf06c7dbac6eea6fae90c6
treefa0d2676fcf12a73a4126b2e37b348f8b2490c16
parent5f1433ac5e7f943b29ef01266b6b8fc915e6b917
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
src/test/perl/PostgresNode.pm