Re: Make pgbench exit on SIGINT more reliably

From: "Tristan Partin" <tristan(at)neon(dot)tech>
To: "Tristan Partin" <tristan(at)neon(dot)tech>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Make pgbench exit on SIGINT more reliably
Date: 2023-05-22 17:31:54
Message-ID: CSSZI1XYGTCK.Y71R8U575V5A@c3po
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a v2 that handles the Windows case that I seemingly missed in my
first readthrough of this code.

--
Tristan Partin
Neon (https://neon.tech)

Attachment Content-Type Size
v2-0001-Move-exit-code-definitions-to-fe_utils.patch text/x-patch 2.9 KB
v2-0002-Add-a-post-PQcancel-hook-to-setup_cancel_handler.patch text/x-patch 7.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2023-05-22 17:35:25 Re: Order changes in PG16 since ICU introduction
Previous Message Tristan Partin 2023-05-22 17:26:34 Handle SIGTERM in fe_utils/cancel.c