We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3b401 commit ad22f59Copy full SHA for ad22f59
server/tables/pgcatalog/pg_namespace.go
@@ -66,8 +66,6 @@ func (p PgNamespaceHandler) RowIter(ctx *sql.Context, partition sql.Partition) (
66
rangeConverter: p,
67
btreeAccess: pgCatalogCache.pgNamespaces,
68
rowConverter: pgNamespaceToRow,
69
- rangeIdx: 0,
70
- nextChan: nil,
71
}, nil
72
}
73
0 commit comments