Re: [EXTERNAL] Re: Add non-blocking version of PQcancel

From: Jelte Fennema <postgres(at)jeltef(dot)nl>
To: Denis Laxalde <denis(dot)laxalde(at)dalibo(dot)com>
Cc: Greg Stark <stark(at)mit(dot)edu>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, Jelte Fennema <Jelte(dot)Fennema(at)microsoft(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Jacob Champion <jchampion(at)timescale(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXTERNAL] Re: Add non-blocking version of PQcancel
Date: 2023-03-30 10:17:21
Message-ID: CAGECzQQUztNMJnsM7KXbbCnO9vFaiiwvDHsfPU_wF9Un19bikA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 30 Mar 2023 at 10:07, Denis Laxalde <denis(dot)laxalde(at)dalibo(dot)com> wrote:
> Patch 5 is missing respective changes; please find attached a fixup
> patch for these.

Thanks, attached are newly rebased patches that include this change. I
also cast the result of PQcancelSend to to void in the one case where
it's ignored on purpose. Note that the patchset shrunk by one, since
the original patch 0002 has been committed now.

Attachment Content-Type Size
v19-0002-Return-2-from-pqReadData-on-EOF.patch application/octet-stream 4.3 KB
v19-0001-libpq-Run-pgindent-after-a9e9a9f32b3.patch application/octet-stream 22.4 KB
v19-0003-Add-non-blocking-version-of-PQcancel.patch application/octet-stream 44.1 KB
v19-0004-Start-using-new-libpq-cancel-APIs.patch application/octet-stream 9.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2023-03-30 10:18:59 Re: PGdoc: add ID attribute to create_publication.sgml
Previous Message Daniel Gustafsson 2023-03-30 09:49:11 Re: [EXTERNAL] Support load balancing in libpq