Re: Fix for Extra Parenthesis in pgbench progress message
Tatsuo Ishii <ishii@postgresql.org>
From: Tatsuo Ishii <ishii@postgresql.org>
To: masao.fujii@oss.nttdata.com
Cc: pgsql-hackers@postgresql.org
Date: 2024-11-27T22:45:09Z
Lists: pgsql-hackers
>> Sure. The patch for master to v15 look good to me. Unfortunately >> v5-0001-pgbench-Ensure-previous-progress-message-is-fully-pg13-14.patch >> applies to v14 but does not apply to v13. >> $ git checkout REL_13_STABLE >> Switched to branch 'REL_13_STABLE' >> Your branch is up to date with 'origin/REL_13_STABLE'. >> $ git apply >> ~/v5-0001-pgbench-Ensure-previous-progress-message-is-fully-pg13-14.patch >> error: patch failed: src/bin/pgbench/pgbench.c:4222 >> error: src/bin/pgbench/pgbench.c: patch does not apply >> So I created a patch for pg13 using patch command. Attached is the >> patch for pg13. > > I was applying the patch to v13 by first applying it to v14 and then > using > git cherry-pick for v13, which worked fine. Anyway, thank you for > providing > the patch for v13! I've now pushed the patches. Yeah, maybe git apply is not smart enough. Thank you for pushing the patches! -- Tatsuo Ishii SRA OSS K.K. English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp
Commits
-
Fix pgbench performance issue induced by commit af35fe501.
- b6decfc1d22b 13.19 landed
- 5addea71c7c7 14.16 landed
- 499d1cf55d3d 15.11 landed
- fb056564ec5b 18.0 landed
- e35d396ec354 17.3 landed
- 21b815f92e82 16.7 landed
-
pgbench: Ensure previous progress message is fully cleared when updating.
- f1cb5e51f329 13.19 landed
- 0f13e1a78b14 14.16 landed
- 1e46f7351abc 15.11 landed
- 1cf646957135 16.7 landed
- adb103fcacdd 17.3 landed
- af35fe501af5 18.0 landed