forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0d0bbee
committed
Fix potential for compiler warning in GlobalVisTestFor().
Ind9d8aa9 I added a defensive NULL assignment to protect against anot-too-smart compiler warning about unitialized variable use after theswitch. Unfortunately I only did so on master and forgot to adjust that for14.Stephen noticed that there actually is a compiler warning :(.Reported-By: Stephen Frost <sfrost@snowman.net>Discussion:https://postgr.es/m/20210827224639.GX17906@tamriel.snowman.net1 parent896a0c4 commit0d0bbee
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4027 | 4027 |
| |
4028 | 4028 |
| |
4029 | 4029 |
| |
4030 |
| - | |
| 4030 | + | |
4031 | 4031 |
| |
4032 | 4032 |
| |
4033 | 4033 |
| |
|
0 commit comments
Comments
(0)