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

sql: add crdb_internal.validate_multi_region_zone_configs builtin #62780

Merged
merged 1 commit into from
Mar 31, 2021

Commits on Mar 31, 2021

  1. sql: add crdb_internal.validate_multi_region_zone_configs builtin

    In addition to the release note, added some pgcodes to validation errors
    as well as minor refactoring to make it work and error nicely with the
    "overriding" error message.
    
    Also fix up some of the string escaping to use tree.Name.
    
    Release note (sql change): Add a new builtin
    `crdb_internal.validate_multi_region_zone_configs` which validates all
    zone configurations in the current database are correctly configured.
    otan committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f7f895c View commit details
    Browse the repository at this point in the history