forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitda2aeba
committed
Remove useless initializations
The struct is already initialized to all zeros right before this, andrandomly initializing a few but not all fields to zero again has notechnical or educational value.Reviewed-by: Tomasz Rybak <tomasz.rybak@post.pl>Discussion:https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org1 parentda486d3 commitda2aeba
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
540 |
| - | |
541 | 539 |
| |
542 | 540 |
| |
543 | 541 |
| |
|
0 commit comments
Comments
(0)