From: | Aleksander Alekseev <aleksander(at)timescale(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Cc: | Alexander Korotkov <akorotkov(at)postgresql(dot)org>, Alexander Korotkov <aekorotkov(at)gmail(dot)com> |
Subject: | Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback |
Date: | 2025-05-07 09:47:41 |
Message-ID: | CAJ7c6TMqoG5EB=g1jnkMdapgbWMRVeWS6G6eY8a9ax-jVJyQBQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Hi,
> How can this or other commits on master branch prevent creating new
> tag REL_18_BETA2 or forking REL_18_STABLE from master? Perhaps, this
> commit is not the only one on master branch after tag REL_18_BETA1.
Right, but I see people fixing whitespaces and documentation for PG18
in the `master` branch right now. My humble understanding is that
`master` is basically REL_18_STABLE at the moment.
If one wants to fork REL_18_STABLE for instance, either the branch
will include your change (which we probably don't want), or one will
have to manually revert it, or create a fork from BETA1 and
cherry-pick all the necessary changes from `master`.
This is the reason why I suspected this was committed by mistake.
--
Best regards,
Aleksander Alekseev
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2025-05-07 10:25:49 | Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback |
Previous Message | Alexander Korotkov | 2025-05-07 09:33:36 | Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback |