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 247c787 commit 5e6a050Copy full SHA for 5e6a050
datafusion-postgres/src/pg_catalog.rs
@@ -289,7 +289,7 @@ impl PgCatalogSchemaProvider {
289
pub fn new(catalog_list: Arc<dyn CatalogProviderList>) -> PgCatalogSchemaProvider {
290
Self {
291
catalog_list,
292
- oid_counter: Arc::new(AtomicU32::new(0)),
+ oid_counter: Arc::new(AtomicU32::new(16384)),
293
oid_cache: Arc::new(RwLock::new(HashMap::new())),
294
}
295
0 commit comments