git instructions - Mailing list pgsql-hackers

From Magnus Hagander
Subject git instructions
Date
Msg-id CABUevEyvCUaCii8JyyeQDNUCuFvvHxdKks6+nOjXYnsnsOjzew@mail.gmail.com
Whole thread Raw
Responses Re: git instructions
List 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?

--
Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [HACKERS] Creating backup history files for backups taken from standbys
Next
From: Peter Eisentraut
Date:
Subject: Re: Jsonb transform for pl/python