Re: Would it be helpful for share the patch merge result from cfbot

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: zhihui(dot)fan1213(at)gmail(dot)com
Cc: thomas(dot)munro(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Would it be helpful for share the patch merge result from cfbot
Date: 2020-10-23 06:24:19
Message-ID: 20201023.152419.220780904578370691.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Fri, 23 Oct 2020 10:01:14 +0800, Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com> wrote in
> On Fri, Oct 23, 2020 at 9:58 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
>
> > > Try this:
> > >
> > > git remote add cfbot https://github.com/postgresql-cfbot/postgresql.git
> > > git fetch cfbot commitfest/30/2785
> > > git checkout commitfest/30/2785
> >
> > Also, you might like this way of grabbing and applying all the patches
> > from an archives link and applying them:
> >
> > $ cat ~/bin/fetch-all-patches.sh
> > #!/bin/sh
> > for P in ` curl -s $1 | grep "\.patch" | sed 's|^ *<a
> > href="|https://www.postgresql.org|;s|".*||' ` ; do
> > echo $P
> > curl -s -O $P
> > done
> > $ ~/bin/fetch-all-patches.sh
> > '
> > https://www.postgresql.org/message-id/20200718201532.GV23581@telsasoft.com
> > '
...
>
>
> This is exactly what I want and more than that. Thank you Thomas!

That's awfully useful. Thanks for sharing!

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message kuroda.hayato@fujitsu.com 2020-10-23 06:25:25 RE: ECPG: proposal for new DECLARE STATEMENT
Previous Message Kyotaro Horiguchi 2020-10-23 06:20:20 Re: Enumize logical replication message actions