forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6119060
committed
Fix possibly-uninitialized-variable warning from commit9556aa0.
Heikki's compiler doesn't complain about end_ptr, apparently,but mine does.In passing, I failed to resist the temptation to remove theno-longer-used fldnum variable, and relocate chunk_len'sdeclaration to a narrower scope.1 parent9556aa0 commit6119060
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4613 | 4613 |
| |
4614 | 4614 |
| |
4615 | 4615 |
| |
4616 |
| - | |
4617 |
| - | |
4618 | 4616 |
| |
4619 | 4617 |
| |
4620 | 4618 |
| |
| |||
4651 | 4649 |
| |
4652 | 4650 |
| |
4653 | 4651 |
| |
4654 |
| - | |
| 4652 | + | |
4655 | 4653 |
| |
4656 | 4654 |
| |
4657 | 4655 |
| |
| 4656 | + | |
4658 | 4657 |
| |
4659 | 4658 |
| |
4660 | 4659 |
| |
| |||
4663 | 4662 |
| |
4664 | 4663 |
| |
4665 | 4664 |
| |
| 4665 | + | |
4666 | 4666 |
| |
4667 | 4667 |
| |
4668 | 4668 |
| |
|
0 commit comments
Comments
(0)