forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit039dc49
committed
Remove Assert(BgWriterShmem != NULL), which is rather pointless since
we'd dump core anyway immediately afterward if it were null; and itseems to confuse some versions of icc into generating bad code.Per report from Sergey Koposov. Patched in HEAD only, for the moment,since this is only likely to affect developers.1 parent22d98e7 commit039dc49
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
193 | 192 |
| |
194 | 193 |
| |
195 | 194 |
| |
| |||
987 | 986 |
| |
988 | 987 |
| |
989 | 988 |
| |
990 |
| - | |
991 | 989 |
| |
992 | 990 |
| |
993 | 991 |
| |
|
0 commit comments
Comments
(0)