forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit180825f
committed
Avoid macro clash with LLVM 9.
Early previews of LLVM 9 reveal that our Min() macro causes compilererrors in LLVM headers reached by the #include directives inllvmjit_inline.cpp. Let's just undefine it. Per buildfarm animalseawasp. Back-patch to 11.Reviewed-by: Fabien Coelho, Tom LaneDiscussion:https://postgr.es/m/20190606173216.GA6306%40alvherre.pgsql1 parente396d1e commit180825f
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
|
0 commit comments
Comments
(0)