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

Fix updates to handle sequences #3339

Merged
merged 1 commit into from
Jun 21, 2021
Merged

Commits on Jun 21, 2021

  1. Fix update tests to handle sequences

    The post-update script was handling preserving initprivs for newly
    added catalog tables and views. However, newly added catalog sequences
    need separate handling otherwise update tests start failing. We also
    now grant privileges for all future sequences in the update tests.
    
    In passing, default the PG_VERSION in the update tests to 12 since we
    don't work with PG11 anymore.
    nikkhils committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    8ee6768 View commit details
    Browse the repository at this point in the history