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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Date: 2019-04-13 18:11:55
Message-ID: E1hFN87-0000Ku-Vw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/947a35014fdc2ec74cbf06c7dbac6eea6fae90c6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-04-14 07:49:06 pgsql: MSYS: Skip src/test/recovery/t/017_shm.pl.
Previous Message Tom Lane 2019-04-13 17:22:41 pgsql: Prevent memory leaks associated with relcache rd_partcheck struc