Re: Bug in pgbench prepared statements - Mailing list pgsql-hackers

From Tristan Partin
Subject Re: Bug in pgbench prepared statements
Date
Msg-id CXCHNW27PZ35.211NP5BT391QL@neon.tech
Whole thread Raw
In response to Bug in pgbench prepared statements  (Lev Kokotov <lev.kokotov@gmail.com>)
Responses Re: Bug in pgbench prepared statements
List pgsql-hackers
On Wed Nov 29, 2023 at 7:38 PM CST, Lev Kokotov wrote:
> Patch attached, if there is any interest in fixing this small bug.

I see prepareCommand() is called one more time in
prepareCommandsInPipeline(). Should you also check the return value
there?

It may also be useful to throw this patch on the January commitfest if
no one else comes along to review/commit it. This first set of changes
looks good to me.

--
Tristan Partin
Neon (https://neon.tech)



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: meson: Stop using deprecated way getting path of files
Next
From: Heikki Linnakangas
Date:
Subject: Re: Refactoring backend fork+exec code