vtable: need non-null entries for reltuples and relpages #91115
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
The pg_class table has NULL for reltuples and relpages. Some tools like pgadmin expect this to be a number. Let's just return 0 for now.
Jira issue: CRDB-21110
The text was updated successfully, but these errors were encountered: