Re: branches_of_interest.txt

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: branches_of_interest.txt
Дата
Msg-id CABUevEzY+ij8ZMo6RKd=pn-z9fhmDP3ByohKH8CVHq49d2sc-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: branches_of_interest.txt  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: branches_of_interest.txt  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-hackers


On Mon, Jul 2, 2018 at 10:39 AM, Peter Eisentraut <peter.eisentraut@2ndquadrant.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.

--

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Should contrib modules install .h files?
Следующее
От: Edmund Horner
Дата:
Сообщение: Re: Add a tab-completion for "SELECT INTO" or "SELECT FROM" in psql