Skip to content

Remove `if Gitlab::Database.postgresql?` branches

Bogdan requested to merge (removed):remove-if-postgresql-conditions into master

What does this MR do?

GitLab supports PostgreSQL only since gitlab-foss!29790 (merged). This MR removes if Gitlab::Database.postgresql? branches.

Follows up gitlab-foss!29608 (merged), !14645 (merged), 988dc805, !14239 (merged), !20319 (merged)

/cc @nick.thomas

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Bogdan

Merge request reports