Re: Suggestion to add --continue-client-on-abort option to pgbench - Mailing list pgsql-hackers

From Jakub Wartak
Subject Re: Suggestion to add --continue-client-on-abort option to pgbench
Date
Msg-id CAKZiRmyV3LBj3Ev-FOty71my114-mBuaMPqXb5R4rwLvzRn+cw@mail.gmail.com
Whole thread Raw
In response to Re: Suggestion to add --continue-client-on-abort option to pgbench  (Yugo Nagata <nagata@sraoss.co.jp>)
List 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.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Next
From: Amit Kapila
Date:
Subject: Re: Conflict detection for update_deleted in logical replication