-
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.
70865: sql: adding empty stubs for missing tables on pg_catalog r=RichardJCai a=mnovelodou Previously, tables pg_statistic, pg_statistic_ext_data, pg_stats and pg_stats_ext; and column pg_attribute.attmissingval was missing in pg_catalog This was inadequate because they exists in postgres pg_catalog To address this, this patch adds empty stubs for the missing tables and column on cockroach pg_catalog Release note (sql change): Adding empty stubs for tables and columns: tables: - pg_statistic - pg_statistic_ext_data - pg_stats - pg_stats_ext columns: - pg_attribute.attmissingval Resolves #70780 Co-authored-by: mnovelodou <jmnovelov.us@gmail.com>
- Loading branch information
Showing
13 changed files
with
533 additions
and
215 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
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
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
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.