forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9493004
committed
Initialize variables to placate compiler.
Since commit012460e, some compilers have been warning that acouple of variables may be used uninitialized. There doesn'tappear to be any actual risk, so let's just initialize thesevariables to 0 to silence the compiler warnings.Discussion:https://postgr.es/m/20240317192927.GA3978212%40nathanxps131 parentd660701 commit9493004
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
609 |
| - | |
| 609 | + | |
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8711 | 8711 |
| |
8712 | 8712 |
| |
8713 | 8713 |
| |
8714 |
| - | |
| 8714 | + | |
8715 | 8715 |
| |
8716 | 8716 |
| |
8717 | 8717 |
| |
|
0 commit comments
Comments
(0)