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.
43715: sql: pg_catalog.pg_am needs to be populated r=rafiss a=jasobrown This patch adds inverted index to the access methods listed in pg_am. Additionally, this patch sets pg_class.relam to zero for sequences and views, which is more consistent with postgres. Fixes cockroachdb#27766 Release note (sql change): more accurate pg_catalog access method information. Co-authored-by: Jason Brown <[email protected]>
- Loading branch information
Showing
2 changed files
with
79 additions
and
24 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