Changes between Version 1 and Version 2 of GoogleSummerCode2021
- Timestamp:
- 02/11/21 11:15:38 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GoogleSummerCode2021
v1 v2 4 4 5 5 ''Expected outcome'': Speed up GiST index building in PostGIS 6 6 7 ''Skills required'': C or willing to learn, ability to compile PostgreSQL code, ability to compile PostGIS code 7 ''Mentors'': Giuseppe Broccolo [https://github.com/glukhovn] 8 9 ''Mentors'': Giuseppe Broccolo, Regina Obe 8 10 9 11 ''Difficulty'': Medium … … 11 13 ``Student Test'': 12 14 13 1. git clone 15 1. git clone PostGIS code from one of PostGIS repos - 14 16 2. git clone code from PostgreSQL git repo (master branch) - 15 16 Compile both. 17 3. Compile both and install PostGIS 3.2 (master branch) extension into PostgreSQL 14 dev database 18 4. Setup a public fork of PostGIS repo for your work and do the development work 19 5. Once ready submit a pull request to any of PostGIS repos 17 20 18 21