forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7cac630
committed
Fix compiler warning in mul_var_short().
Some compilers (e.g., gcc before version 7) mistakenly think "carry"might be used uninitialized.Reported by Tom Lane, per various buildfarm members, e.g. arowana.1 parent8daa62a commit7cac630
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8969 | 8969 |
| |
8970 | 8970 |
| |
8971 | 8971 |
| |
8972 |
| - | |
| 8972 | + | |
8973 | 8973 |
| |
8974 | 8974 |
| |
8975 | 8975 |
| |
| |||
9018 | 9018 |
| |
9019 | 9019 |
| |
9020 | 9020 |
| |
9021 |
| - | |
9022 | 9021 |
| |
9023 | 9022 |
| |
9024 | 9023 |
| |
|
0 commit comments
Comments
(0)