-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
61794: sql: remove fake index and statistics collectors pg_catalog tables r=rafiss a=RichardJCai Release note (sql change): Remove pg_catalog tables that were mistakenly added, notably all tables that end in _index that are not pg_catalog.pg_classes and all statistics collector tables that are not pg_stat_activity. Removing pg statistics collector tables since they are somewhat different from regular pg_catalog tables and it's unlikely for us to implement them. Accessing them will simply error. `pg_metadata_test.go` has not yet been updating to reflect that the _index tables should not actually be tables. Co-authored-by: richardjcai <[email protected]>
- Loading branch information
Showing
9 changed files
with
2,168 additions
and
6,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.