Skip to content

Remove check for >9.6 for Geo

Andreas Brandl requested to merge ab/geo-pg-requirement into master

What does this MR do?

With !35509 (merged) bumping .postgresql_minimum_supported_version to check for PG11, the Geo checks we are changing here would become inconsistent.

This removes the checks alltogether because we should be able to assume >9.6. The alternative is to use Gitlab::Database.postgresql_9_or_less to check if we're not yet on >9.6.

Does this MR meet the acceptance criteria?

Conformity

Edited by Toon Claes

Merge request reports