diff --git a/src/workers/postgres.rs b/src/workers/postgres.rs index 55581219..7d6e453c 100644 --- a/src/workers/postgres.rs +++ b/src/workers/postgres.rs @@ -151,10 +151,10 @@ impl PostgresSession { (signature, recent_slot, forwarded_slot, processed_slot, cu_consumed, cu_requested, quic_response) VALUES ($1, $2, $3, $4, $5, $6, $7), - ($8, $10, $11, $12, $13, $14, $15), - ($16, $17, $18, $19, $20, $21, $22), - ($23, $24, $25, $26, $27, $28, $29), - ($30, $31, $32, $33, $34, $36, $36) + ($8, $9, $10, $11, $12, $13, $14), + ($15, $16, $17, $18, $19, $20, $21), + ($22 ,$23, $24, $25, $26, $27, $28), + ($29 ,$30, $31, $32, $33, $34, $35) "#, ).await?;