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 assertion in GRANT .. ON ALL TABLES IN SCHEMA #4582

Commits on Aug 7, 2022

  1. Fix assertion in GRANT .. ON ALL TABLES IN SCHEMA

    When working on a fix for timescale#4555 discovered that executing
    `{GRANT|REVOKE} .. ON ALL TABLES IN SCHEMA` in an empty schema lead to
    an assertion because we change the way that command is executed by
    collecting all objects involved and processing one by one.
    
    Fixed it by executing the previous process utility hook just when the
    list of target objects is not empty.
    
    Fixes timescale#4581
    fabriziomello committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    2d72010 View commit details
    Browse the repository at this point in the history