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: removed pg_stat exclusion for pg_catalog #67821

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

mnovelodou
Copy link
Contributor

Previously, we excluded pg_stat* tables from difftool
This was inadequate because we were unable to add missing empty tables
To address this, this patch removes the exclusion

Release note: None

@mnovelodou mnovelodou requested review from rafiss and a team July 20, 2021 19:12
@blathers-crl
Copy link

blathers-crl bot commented Jul 20, 2021

Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR.

My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

@blathers-crl blathers-crl bot added the O-community Originated from the community label Jul 20, 2021
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Previously, we excluded pg_stat* tables from difftool
This was inadequate because we were unable to add missing empty tables
To address this, this patch removes the exclusion

Release note: None
@mnovelodou mnovelodou force-pushed the remove-pg-stat-filter branch from 92ef190 to 156e514 Compare July 20, 2021 20:32
@blathers-crl
Copy link

blathers-crl bot commented Jul 20, 2021

Thank you for updating your pull request.

My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

@RichardJCai RichardJCai self-requested a review July 20, 2021 21:09
Copy link
Collaborator

@rafiss rafiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

craig bot pushed a commit that referenced this pull request Jul 21, 2021
67625: sql: GRANT/REVOKE treat names case insensitively r=RichardJCai a=rafiss

fixes #65556

Release note (bug fix): Previously the GRANT and REVOKE commands would
incorrectly handle role names. CockroachDB treats role names as case
insensitive, but these commands were incorrectly handling the names.
Now, GRANT and REVOKE normalize the names and are case-insensitive.

67821: sql: removed pg_stat exclusion for pg_catalog r=rafiss a=mnovelodou

Previously, we excluded pg_stat* tables from difftool
This was inadequate because we were unable to add missing empty tables
To address this, this patch removes the exclusion

Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: MiguelNovelo <[email protected]>
@craig
Copy link
Contributor

craig bot commented Jul 21, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jul 21, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jul 21, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jul 22, 2021

Build succeeded:

@craig craig bot merged commit d81b01c into cockroachdb:master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-community Originated from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants