Changes between Version 1 and Version 2 of GoogleSummerCode2021


Ignore:
Timestamp:
Feb 11, 2021, 11:15:38 AM (3 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2021

    v1 v2  
    44
    55''Expected outcome'': Speed up GiST index building in PostGIS
     6
    67''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
    810
    911''Difficulty'': Medium
     
    1113``Student Test'':
    1214
    13 1. git clone  PostGIS code from one of PostGIS repos -
     151. git clone PostGIS code from one of PostGIS repos -
    14162. git clone code from PostgreSQL git repo (master branch) -
    15 
    16 Compile both.
     173. Compile both and install PostGIS 3.2 (master branch) extension into PostgreSQL 14 dev database
     184. Setup a public fork of PostGIS repo for your work and do the development work
     195. Once ready submit a pull request to any of PostGIS repos
    1720
    1821