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 d7345ae commit 477fc41Copy full SHA for 477fc41
src/catalog/src/durable/transaction.rs
@@ -787,7 +787,7 @@ impl<'a> Transaction<'a> {
787
"we can only allocate system item IDs during bootstrap"
788
);
789
Ok(self
790
- .get_and_increment_id_by(&[SYSTEM_ITEM_ALLOC_KEY], amount)?
+ .get_and_increment_id_by(SYSTEM_ALLOC_KEYS, amount)?
791
.into_iter()
792
// TODO(alter_table): Use separate ID allocators.
793
.map(|x| (CatalogItemId::System(x), GlobalId::System(x)))
0 commit comments