Re: Commitfest app release on Feb 17 with many improvements - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: Commitfest app release on Feb 17 with many improvements
Date
Msg-id CAGECzQSE7igwsTUk17i+RNEUL1zR-Zkp-1Zs7KkhmBxAu_Fksw@mail.gmail.com
Whole thread Raw
In response to Re: Commitfest app release on Feb 17 with many improvements  (vignesh C <vignesh21@gmail.com>)
Responses Re: Commitfest app release on Feb 17 with many improvements
List pgsql-hackers
On Thu, 6 Mar 2025 at 16:36, vignesh C <vignesh21@gmail.com> wrote:
> But it applies neatly for me and Jim also at [3]. Any idea why patch
> apply fails with CFbot whereas it passes in our environment?

Okay, the cause of this seems to be that the CFbot currently uses "git
apply --3way", not "git am --3way". For some reason "git apply" fails
to apply the patch while "git am" succeeds. I'll check this weekend if
I can change the logic to use "git am" instead.



pgsql-hackers by date:

Previous
From: Rahila Syed
Date:
Subject: Re: Improve monitoring of shared memory allocations
Next
From: Peter Eisentraut
Date:
Subject: Re: JSON_VALUE() behavior when RETURNING bytea (expected base64 decoding)