Re: Suggestion to add --continue-client-on-abort option to pgbench

Jakub Wartak <jakub.wartak@enterprisedb.com>

From: Jakub Wartak <jakub.wartak@enterprisedb.com>
To: Yugo Nagata <nagata@sraoss.co.jp>
Cc: Rintaro Ikeda <ikedarintarof@oss.nttdata.com>, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>, "slpmcf@gmail.com" <slpmcf@gmail.com>, "boekewurm+postgres@gmail.com" <boekewurm+postgres@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, Srinath Reddy Sadipiralla <srinath2133@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>
Date: 2025-09-16T08:34:03Z
Lists: pgsql-hackers
On Thu, Jul 24, 2025 at 5:44 AM Yugo Nagata <nagata@sraoss.co.jp> wrote:

> >
> > I believe the patches implement the expected behavior, include appropriste doc and test
> > modification, are in good shape overall, so if there are no objections,
> > I'll mark this as Read-for-Committer.
>
> I've updated the CF status to Ready for Committer.

Thanks for working on it! As Matthias, Dilip, Srinath and many others
pointed out it would be a very nice and helpful addition to pgbench.
I've just used it out of necessity and it worked as advertised for me
and it even adds a cool-looking "XXX failed" when used with -P
progress meter:

progress: 1.0 s, 0.0 tps, lat 0.000 ms stddev 0.000, 3854 failed
progress: 2.0 s, 0.0 tps, lat 0.000 ms stddev 0.000, 3796 failed

-J.