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 CAGECzQQ-hg4P-Oq+4-027dEsUNB6MqSU2aNAkBcbHTaiYSY-KQ@mail.gmail.com
Whole thread Raw
In response to Re: Commitfest app release on Feb 17 with many improvements  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Commitfest app release on Feb 17 with many improvements
List pgsql-hackers
On Fri, 7 Mar 2025 at 11:26, Andreas Karlsson <andreas@proxel.se> wrote:
> Out of curiosity: do you track which method works? I would expect
> everything to be applied with either git am or patch which can be
> applied with git apply making git apply technically unnecessary.

I think we need all of them...
- git apply is unable to apply the patch in 5272 on top of main
- git am, works with that 5272, but cannot apply any patch not created
by git format-patch (for instance 5522)
- I've been unable to get patch(1) not to return a failure if the
patch is already applied. So applying e.g. 5522 twice. git apply
handles that fine.



pgsql-hackers by date:

Previous
From: Vladlen Popolitov
Date:
Subject: Re: PoC. The saving of the compiled jit-code in the plan cache
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: meson vs. llvm bitcode files