Re: Conflict between REL9_4_STABLE and master branch.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Conflict between REL9_4_STABLE and master branch.
Дата
Msg-id CA+TgmoZqnMn5Mqm9E5OxT23zYWc1+fFHM8WWPSO3a4yY2AHQGw@mail.gmail.com
обсуждение исходный текст
Ответ на Conflict between REL9_4_STABLE and master branch.  (Uriy Zhuravlev <u.zhuravlev@postgrespro.ru>)
Список pgsql-hackers
On Fri, Jun 26, 2015 at 11:22 AM, Uriy Zhuravlev
<u.zhuravlev@postgrespro.ru> wrote:
> Hello hackers.
>
> I found a strange thing. I hope it's not on purpose.
>
> Example:
> git clone git://git.postgresql.org/git/postgresql.git
> cd postgresql
> git checkout -b remotes/origin/REL9_4_STABLE

This is an awfully strange thing to do.  git checkout -b creates a new
branch.  Why would you create a new branch with the name
remotes/origin/EDBAS9_4_STABLE?  I would just do "git checkout
REL9_4_STABLE" if that's what you want to do.

> git merge master
> MANY CONFLICTS

Well, the stuff we back-patch is going to conflict if it's been
adjusted at all.  I think trying to do this is a bad idea.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: less log level for success dynamic background workers for 9.5
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Hash index creation warning