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

From Fujii Masao
Subject Re: Suggestion to add --continue-client-on-abort option to pgbench
Date
Msg-id CAHGQGwEtr9G9R9Cw-AVhPkCxsBae9bWpWuW0muG7nQfiD+RwbA@mail.gmail.com
Whole thread Raw
In response to Re: Suggestion to add --continue-client-on-abort option to pgbench  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: Suggestion to add --continue-client-on-abort option to pgbench
List pgsql-hackers
On Mon, Nov 10, 2025 at 11:07 AM Chao Li <li.evan.chao@gmail.com> wrote:
> I just did a test. In the test, I inserted a tuple with the same primary key so that the inserts fails by the unique
keyconstraint which breaks the pipeline, and some random select statements followed. And I added some debug messages in
discardAvailableResults(),which showed me that the function will discard rest of statements’ results until
\endpipeline.As there are anyway limited number of statements before \endpipeline, my concern is actually not valid.
So,now I am good with this patch. 

Thanks a lot for testing!

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: pg_createsubscriber --dry-run logging concerns
Next
From: Peter Smith
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart