mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 05:14:23 +01:00
fix format
This commit is contained in:
@@ -430,7 +430,7 @@ pub enum Insn {
|
||||
num_regs: usize,
|
||||
target_pc: BranchOffset,
|
||||
},
|
||||
|
||||
|
||||
// The P4 register values beginning with P3 form an unpacked index key that omits the PRIMARY KEY. Compare this key value against the index that P1 is currently pointing to, ignoring the PRIMARY KEY or ROWID fields at the end.
|
||||
// If the P1 index entry is lesser or equal than the key value then jump to P2. Otherwise fall through to the next instruction.
|
||||
IdxLE {
|
||||
|
||||
Reference in New Issue
Block a user