Skip to content

Remove check for availability of PG upsert

Andreas Brandl requested to merge ab/remove-upsert-check into master

What does this MR do?

Small change to cleanup unneeded conditional: We're on >= PG11, which fully supports ON CONFLICT clauses. There is no need to check for previous PG versions anymore.

Edited by Andreas Brandl

Merge request reports