Re: Add non-blocking version of PQcancel - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Add non-blocking version of PQcancel
Date
Msg-id 20220625003616.GA10293@telsasoft.com
Whole thread Raw
In response to Re: Add non-blocking version of PQcancel  (Jelte Fennema <Jelte.Fennema@microsoft.com>)
Responses Re: Add non-blocking version of PQcancel
List pgsql-hackers
Resending with a problematic email removed from CC...

On Mon, Apr 04, 2022 at 03:21:54PM +0000, Jelte Fennema wrote:
> 2. Added some extra sleeps to the cancellation test, to remove random failures on FreeBSD.

Apparently there's still an occasional issue.
https://cirrus-ci.com/task/6613309985128448

result 232/352 (error): ERROR:  duplicate key value violates unique constraint "ppln_uniqviol_pkey"
DETAIL:  Key (id)=(116) already exists.

This shows that the issue is pretty rare:
https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/38/3511

-- 
Justin



pgsql-hackers by date:

Previous
From: Gurjeet Singh
Date:
Subject: Re: Hardening PostgreSQL via (optional) ban on local file system access
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] Optimize json_lex_string by batching character copying