Re: Fix for Extra Parenthesis in pgbench progress message - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Fix for Extra Parenthesis in pgbench progress message
Date
Msg-id 67111cd9-a7fa-4424-a1ed-faf06aa40047@oss.nttdata.com
Whole thread Raw
In response to Re: Fix for Extra Parenthesis in pgbench progress message  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: Fix for Extra Parenthesis in pgbench progress message
List pgsql-hackers

On 2024/11/27 18:41, Tatsuo Ishii wrote:
>> Yes, I will.
>>
>> But, the patch didn't apply cleanly to some back branches, so I've
>> created
>> and attached updated patches for them. Could you review these?
>> If they look good, I'll proceed with pushing them.
> 
> 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.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Make postmaster environment dump easier to skim over
Next
From: ro b
Date:
Subject: Re: Self contradictory examining on rel's baserestrictinfo