cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.5k stars 3.7k forks source link

sql: populate pg_catalog.pg_index.indclass #27763

Open BramGruneir opened 5 years ago

BramGruneir commented 5 years ago

https://www.postgresql.org/docs/10/static/catalog-pg-index.html

After #27723, the values will be set to {0, 0}, which is incorrect.

However, to do this, we need to first implement pg_catalog.pg_opclass.

Jira issue: CRDB-4947

github-actions[bot] commented 9 months ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!