CommitFest 2017-09 - How do I know what commit to apply patches to

Started by Ryan Murphyover 8 years ago4 messages
#1Ryan Murphy
ryanfmurphy@gmail.com

Hello PostgreSQL hackers,

I was diving into CommitFest 2017-09 <https://commitfest.postgresql.org/14/&gt;
to help review some patches, but I was not sure which version / git commit
/ git tag of the PostgreSQL repo I should be checked out to in order to
correctly apply / test these patches. Is there a place within the
CommitFest where it says what version to have checked out?

Thank you,
Ryan

#2Thomas Munro
thomas.munro@enterprisedb.com
In reply to: Ryan Murphy (#1)
Re: CommitFest 2017-09 - How do I know what commit to apply patches to

On Wed, Jul 5, 2017 at 5:42 PM, Ryan Murphy <ryanfmurphy@gmail.com> wrote:

Hello PostgreSQL hackers,

I was diving into CommitFest 2017-09 to help review some patches, but I was
not sure which version / git commit / git tag of the PostgreSQL repo I
should be checked out to in order to correctly apply / test these patches.
Is there a place within the CommitFest where it says what version to have
checked out?

Hi Ryan,

Great to hear it. Hopefully every patch in an open or active
commitfest should apply on top of the tip of master. If it doesn't,
please poke the thread and ask for a rebased patch.

(I've taken to running a cronjob that tells me when patches I've
posted no longer apply, so I can rebase and repost ASAP.)

--
Thomas Munro
http://www.enterprisedb.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Fabien COELHO
coelho@cri.ensmp.fr
In reply to: Ryan Murphy (#1)
Re: CommitFest 2017-09 - How do I know what commit to apply patches to

Hello Ryan,

I was diving into CommitFest 2017-09 <https://commitfest.postgresql.org/14/&gt;
to help review some patches,

Thanks!

but I was not sure which version / git commit
/ git tag of the PostgreSQL repo I should be checked out to in order to
correctly apply / test these patches. Is there a place within the
CommitFest where it says what version to have checked out?

If I'm not mistaken:

The expectation is that the patch will be applied to HEAD, so it should
apply to HEAD. If not, the custom is to ask the author for a rebase.

For version-specific bug fixes, it should apply to the corresponding
STABLE branches.

--
Fabien.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#4Ryan Murphy
ryanfmurphy@gmail.com
In reply to: Fabien COELHO (#3)
Re: CommitFest 2017-09 - How do I know what commit to apply patches to

Thanks guys!

The expectation is that the patch will be applied to HEAD, so it should

apply to HEAD. If not, the custom is to ask the author for a rebase.

Makes sense! I'll do that.

(I've taken to running a cronjob that tells me when patches I've

posted no longer apply, so I can rebase and repost ASAP.)

Smart idea! I may try this in the future.

Best,
Ryan