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

From Yugo Nagata
Subject Re: Suggestion to add --continue-client-on-abort option to pgbench
Date
Msg-id 20251117225207.b19a48bce6c390f83bc98da2@sraoss.co.jp
Whole thread Raw
In response to Re: Suggestion to add --continue-client-on-abort option to pgbench  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On Fri, 14 Nov 2025 18:08:24 +0900
Fujii Masao <masao.fujii@gmail.com> wrote:

> On Fri, Nov 14, 2025 at 4:50 PM Yugo Nagata <nagata@sraoss.co.jp> wrote:
> > I could not reproduce it with the latest REL_16_STABLE branch.
> > Perhaps, the assertion failure you mentioned above was the one
> > fixed by 1d3ded521?
> 
> Yeah, you're right! Thanks for catching that.
> 
> I've updated the commit message to explicitly mention the \syncpipeline command.
> Patch attached.
> 
> Since the assertion failure can occur in versions that support \syncpipeline,
> the fix doesn't need to be backpatched to v16 or older.

Thank you for updating and pushing the patch!

Yugo Nagata

-- 
Yugo Nagata <nagata@sraoss.co.jp>



pgsql-hackers by date:

Previous
From: Amul Sul
Date:
Subject: Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Next
From: Rahila Syed
Date:
Subject: Re: Clarification on when _PG_init() is invoked for extensions