CartoDB / cartodb-postgresql

PostgreSQL extension for CartoDB
BSD 3-Clause "New" or "Revised" License
111 stars 52 forks source link

PG 12 + PLPYTHON 3 compatibility #378

Closed Algunenano closed 4 years ago

Algunenano commented 4 years ago
Algunenano commented 4 years ago

Let's make sure it works in our servers (covered by CI, staging for extra safety). At present I prefer your approach: being explicit about plpython3u.

Ups, wrong link. The correct one is https://redmine.postgresql.org/issues/4868. Right now I'm not too worried about what the decision would be, but it should be revisited when preparing the migration to PG12

Algunenano commented 4 years ago

I'm merging this since it doesn't involve any API changes and it shouldn't mean any changes for PG10 or PG11, but it's a good base to iterate over.