forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit99cc47b
committed
Fix silly initializations (cosmetic only).
Initializing a pointer to "false" isn't per project style,and reportedly some compilers warn about it (though I'venot seen any such warnings in the buildfarm).Seems to have come in with commitff11e7f, so back-patchto v12 where that was added.Didier GautheronDiscussion:https://postgr.es/m/CAJRYxu+XQuM0qnSqt1Ujztu6fBPzMMAT3VEn6W32rgKG6A2Fsw@mail.gmail.com1 parentd980259 commit99cc47b
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2536 | 2536 |
| |
2537 | 2537 |
| |
2538 | 2538 |
| |
2539 |
| - | |
| 2539 | + | |
2540 | 2540 |
| |
2541 | 2541 |
| |
2542 | 2542 |
| |
| |||
3181 | 3181 |
| |
3182 | 3182 |
| |
3183 | 3183 |
| |
3184 |
| - | |
| 3184 | + | |
3185 | 3185 |
| |
3186 | 3186 |
| |
3187 | 3187 |
| |
|
0 commit comments
Comments
(0)