Re: Bug in pgbench prepared statements

From: "Tristan Partin" <tristan(at)neon(dot)tech>
To: "Lev Kokotov" <lev(dot)kokotov(at)gmail(dot)com>
Cc: <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Bug in pgbench prepared statements
Date: 2023-11-30 22:10:25
Message-ID: CXCHNW27PZ35.211NP5BT391QL@neon.tech
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-11-30 23:03:07 Re: Refactoring backend fork+exec code
Previous Message Andrew Dunstan 2023-11-30 21:46:06 Re: meson: Stop using deprecated way getting path of files