Skip to content

Commit 7d75ea3

Browse files
committed
Update SQL comment
1 parent a76ae7c commit 7d75ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/pool/postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ impl PostgresConnection {
697697
errors.error
698698
FROM completed
699699
LEFT JOIN errors ON errors.tag = completed.tag
700-
-- Resort the requests, because the original order may be lost
700+
-- Re-sort the requests, because the original order may be lost
701701
ORDER BY completed.completed_at DESC;
702702
")).await.unwrap(),
703703
get_jobs_of_in_progress_benchmark_requests: conn.prepare(&format!("

0 commit comments

Comments
 (0)