Thread

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

    Jakub Wartak <jakub.wartak@enterprisedb.com> — 2025-09-16T08:34:03Z

    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.