From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: branches_of_interest.txt |
Date: | 2018-07-02 08:45:02 |
Message-ID: | CABUevEzY+ij8ZMo6RKd=pn-z9fhmDP3ByohKH8CVHq49d2sc-g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Jul 2, 2018 at 10:39 AM, Peter Eisentraut <
peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> On 01.07.18 17:41, Tom Lane wrote:
> > I can see the value of people other than you being able to change it,
> > but keeping it in the core repo seems like a kluge not a proper solution.
> > In particular, once it'd been around for awhile so that the master copy
> > had diverged from the back branches' copies, that would be pretty
> > confusing IMO.
>
> Yeah, I'd find this kind of weird. The version control system contains
> the code, not the other way around.
>
> > Is it worth the trouble of having a separate repo for info that shouldn't
> > be tied to a particular PG development branch? I'm not quite sure what
> > else we would keep there besides this file, but perhaps other use-cases
> > will come up. Some of the stuff in src/tools/ has a bit of this flavor.
>
> The web site has some information about which versions are current, so
> maybe there is an opportunity to hook the buildfarm in there.
>
> (I also have to change some things on babel.postgresql.org every time a
> branch is made.)
>
We could definitely do that on the website, if people think that's the
easiest.
We could also set up a separate git repository with exactly the same set of
committers as the main one (but only use the master branch there) as one
option. The maintenance cost of doing so would be very close to zero as we
have all the infrastructure for it already. so it'd be more about which one
is more convenient to use.
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
From | Date | Subject | |
---|---|---|---|
Next Message | Edmund Horner | 2018-07-02 09:19:24 | Re: Add a tab-completion for "SELECT <sth> INTO" or "SELECT <sth> FROM" in psql |
Previous Message | Peter Eisentraut | 2018-07-02 08:42:21 | Re: Should contrib modules install .h files? |