Skip to content

Commit 2cd7234

Browse files
committed
PR Feedback: revert comment
1 parent 35a3aeb commit 2cd7234

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

database/src/pool/postgres.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,8 +1990,7 @@ where
19901990
AND benchmark_set = $3
19911991
ORDER BY
19921992
-- Prefer in-progress jobs that have not been finished
1993-
-- previously, so that we can finish them. Also prefer
1994-
-- mandatory jobs over optional ones.
1993+
-- previously, so that we can finish them.
19951994
CASE
19961995
WHEN status = $5 THEN 0
19971996
WHEN status = $1 THEN 1

0 commit comments

Comments
 (0)