forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit687f616
committed
Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1
The buildfarm animal walleye, running MinGW 8.1 has been having problemsever since697e1d0 and913ec71 went in. This appears to be a bug inassembler which was fixed in a later version.For now, in order to get that animal running green again, let's justdefine pg_attribute_cold and pg_attribute_hot to be empty macros on thatcompiler. Hopefully, we can get the support of the owner of the animal toupgrade to a less buggy compiler and revert this at a later date.Discussion:https://postgr.es/m/286560.1606233316@sss.pgh.pa.us1 parent7b94e99 commit687f616
1 file changed
+17
-0
lines changedLines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
203 | 218 |
| |
204 | 219 |
| |
205 | 220 |
| |
| |||
216 | 231 |
| |
217 | 232 |
| |
218 | 233 |
| |
| 234 | + | |
| 235 | + | |
219 | 236 |
| |
220 | 237 |
| |
221 | 238 |
| |
|
0 commit comments
Comments
(0)