forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit838f798

Amit Kapila
Use logical operator && instead of & in vacuumparallel.c.
As such the current usage of & won't produce incorrect results but itwould be better to use && to short-circuit the evaluation of secondcondition when the same is not required.Author: Ranier VilelaReviewed-by: Tom Lane, Bharath RupireddyBackpatch-through: 15, where it was introducedDiscussion:https://postgr.es/m/CAEudQApL8QcoYwQuutkWKY_h7gBY8F0Xs34YKfc7-G0i83K_pw@mail.gmail.com1 parent49e525a commit838f798
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
615 |
| - | |
| 615 | + | |
616 | 616 |
| |
617 | 617 |
| |
618 | 618 |
| |
|
0 commit comments
Comments
(0)