forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: code generation for missing pg_catalog columns
Previously, keeping up with postgres by adding the same columns in pg_catalog was a manual process This was inadequate because from version to version the list of missing columns might increase a lot To address this, this patch closes the gap between postgres and cockroachdb by adding the missing columns automatically with nil values Release note: None Fixes: cockroachdb#58001
- Loading branch information
MiguelNovelo
committed
Apr 16, 2021
1 parent
e29d694
commit b38ee1d
Showing
5 changed files
with
674 additions
and
38 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
Oops, something went wrong.