forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f00d84
committed
Use perl's $/ more idiomatically
This replaces a few occurrences of ugly code with a more clean andidiomatic usage. The problem was highlighted by perlcritic, but we'renot enforcing the policy that led to the discovery.Discussion:https://postgr.es/m/20200412074245.GB623763@rfd.leadboat.com1 parent7be5d8d commit8f00d84
3 files changed
+8
-16
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
762 | 762 |
| |
763 | 763 |
| |
764 | 764 |
| |
765 |
| - | |
766 |
| - | |
767 |
| - | |
| 765 | + | |
768 | 766 |
| |
769 | 767 |
| |
770 | 768 |
| |
771 |
| - | |
772 | 769 |
| |
773 | 770 |
| |
774 | 771 |
| |
|
Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
423 |
| - | |
424 |
| - | |
425 |
| - | |
| 423 | + | |
426 | 424 |
| |
427 | 425 |
| |
428 | 426 |
| |
429 |
| - | |
430 | 427 |
| |
431 | 428 |
| |
432 | 429 |
| |
| |||
435 | 432 |
| |
436 | 433 |
| |
437 | 434 |
| |
438 |
| - | |
439 |
| - | |
440 |
| - | |
| 435 | + | |
441 | 436 |
| |
442 | 437 |
| |
443 | 438 |
| |
444 | 439 |
| |
445 | 440 |
| |
446 |
| - | |
447 | 441 |
| |
448 | 442 |
| |
449 | 443 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
63 | 64 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 |
| |
68 |
| - | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
|
0 commit comments
Comments
(0)