forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit33c5099
committed
Fix logic bug in1632ea4
I overlooked that one condition was logically inverted. The fix is alittle bit more involved than simply negating the condition, to makethe code easier to read.Fix some outdated comments left by the same commit, while at it.Author: Masahiko Sawada <sawada.mshk@gmail.com>Author: Álvaro Herrera <alvherre@alvh.no-ip.org>Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>Discussion:https://postgr.es/m/YMRlmB3/lZw8YBH+@paquier.xyz1 parent86b222b commit33c5099
1 file changed
+16
-14
lines changedLines changed: 16 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
414 |
| - | |
415 |
| - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
| |||
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
432 |
| - | |
433 |
| - | |
| 432 | + | |
| 433 | + | |
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
442 | 445 |
| |
443 |
| - | |
444 |
| - | |
445 |
| - | |
446 |
| - | |
447 |
| - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
448 | 450 |
| |
449 | 451 |
| |
450 | 452 |
| |
|
0 commit comments
Comments
(0)