Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for PG11 #3285

Merged
merged 5 commits into from
Jun 1, 2021
Merged

Remove support for PG11 #3285

merged 5 commits into from
Jun 1, 2021

Commits on Jun 1, 2021

  1. Remove PG11 from CI

    Remove all CI runs against postgres 11
    svenklemm committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e246b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebaea73 View commit details
    Browse the repository at this point in the history
  3. Remove support for PG11

    Remove support for compiling against PostgreSQL 11. This patch also
    removes PG11 specific compatibility macros.
    svenklemm committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    74883b3 View commit details
    Browse the repository at this point in the history
  4. Combine test files

    Merge test files that after the removal of PG11 support need
    to be no longer version specific.
    svenklemm committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    c2a12f8 View commit details
    Browse the repository at this point in the history
  5. Remove update files for PG11

    Remove update files that were only used for PG11 versions since
    those versions do not support postgres past PG11
    svenklemm committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b114df2 View commit details
    Browse the repository at this point in the history