Re: pgbench: using prepared BEGIN statement in a pipeline could cause an error
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: nagata@sraoss.co.jp
Cc: daniel@yesql.se, coelho@cri.ensmp.fr, pgsql-hackers@postgresql.org
Date: 2022-01-27T08:50:25Z
Lists: pgsql-hackers
At Tue, 16 Nov 2021 02:26:43 +0900, Yugo NAGATA <nagata@sraoss.co.jp> wrote in > Thank you for pointing it out! > I attached the updated patch. I think we want more elabolative comment for the new place of preparing as you mentioned in the first mail. At Fri, 16 Jul 2021 15:30:13 +0900, Yugo NAGATA <nagata@sraoss.co.jp> wrote in > One way to avoid these errors is to send Parse messages before > pipeline mode starts. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix pgbench in prepared mode with an empty pipeline
- 8f5e42d33469 16.0 landed
- 34f51196573c 15.4 landed
-
pgbench: Prepare commands in pipelines in advance
- 663e50e83211 14.8 landed
- 108a22bd14d4 15.3 landed
- 038f586d5f1d 16.0 landed
-
Add -M (query mode) option per ITAGAKI Takahiro
- 49639a7b2c52 8.4.0 cited