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

Upgrade pganalyze/pg_query_go and other dependencies #38

Merged
merged 3 commits into from
Jun 3, 2024

Commits on May 30, 2024

  1. Upgrade to pg_query_go v5

    4.2.0 does not work with newer glibc versions, including the version in
    Ubuntu 24.04. The problem was fixed in
    pganalyze/pg_query_go#95. Rather than just
    upgrading to 4.2.3, I thought it would make sense to switch to v5 for
    Postgres 16 support.
    oschwald committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5945672 View commit details
    Browse the repository at this point in the history
  2. Update other dependencies

    oschwald committed May 30, 2024
    Configuration menu
    Copy the full SHA
    db8ca86 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Compare error strings instead of the full error

    The parsing errors have significantly more state now and comparing the whole error is fragile.
    oschwald committed May 31, 2024
    Configuration menu
    Copy the full SHA
    724f765 View commit details
    Browse the repository at this point in the history