git instructions

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема git instructions
Дата
Msg-id CABUevEyvCUaCii8JyyeQDNUCuFvvHxdKks6+nOjXYnsnsOjzew@mail.gmail.com
обсуждение исходный текст
Ответы Re: git instructions
Список pgsql-hackers
Since some time back, we have deployed the git server side http handler on git.postgresql.org, so the instructions currently on the site are incorrect in saying that git:// is faster than https://. In fact, we have some reports and testing that https:// can be significantly faster (due to other reasons). https is also a protocol that's a lot less likely to run into firewall issues etc.

Based on that, I propose the following patch which both moves https:// up to being the first-hand choice for protocol, and removes the references to it being slower.

Thoughts?

--
Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: [HACKERS] Creating backup history files for backups taken from standbys
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Jsonb transform for pl/python