Re: pgbnech: allow to cancel queries during benchmark
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo NAGATA <nagata@sraoss.co.jp>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Tatsuo Ishii <ishii@sraoss.co.jp>, coelho@cri.ensmp.fr,
pgsql-hackers@lists.postgresql.org
Date: 2024-03-31T13:25:02Z
Lists: pgsql-hackers
On Sat, 30 Mar 2024 14:35:37 +0100 Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > Due to commit 61461a300c1c, this patch needs to be reworked. Thank you for pointing out this. Although cfbot doesn't report any failure, but PQcancel is now deprecated and insecure. I'll consider it too while fixing a problem I found in [1]. [1] https://www.postgresql.org/message-id/20240207101903.b5846c25808f64a91ee2e7a2%40sraoss.co.jp Regards, Yugo Nagata > -- > Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ > "La fuerza no está en los medios físicos > sino que reside en una voluntad indomable" (Gandhi) -- Yugo NAGATA <nagata@sraoss.co.jp>
Commits
-
libpq: Add encrypted and non-blocking query cancellation routines
- 61461a300c1c 17.0 cited