forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9ad9862
committed
jit: Adjust back-patch off90b4a8 to 12 and 13.
While back-patchingf90b4a8, I missed that branches beforeREL_14_STABLE did some (accidental?) type punning in a functionparameter, and failed to adjust these two branches accordingly. Thatdidn't seem to cause a problem for newer LLVM versions or non-debugbuilds, but older debug builds would fail a type cross-check assertion.Fix by supplying the correct function argument type. In REL_14_STABLEthe same change was made by commitdf99ddc.Per build farm animal xenodermus, which runs a debug build of LLVM 6with jit_above_cost=0.Discussion:https://postgr.es/m/CA%2BhUKGLQ38rgZ3bvNHXPRjsWFAg3pa%3Dtnpeq0osa%2B%3DmiFD5jAw%40mail.gmail.com1 parent527e62a commit9ad9862
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1154 | 1154 |
| |
1155 | 1155 |
| |
1156 | 1156 |
| |
1157 |
| - | |
| 1157 | + | |
1158 | 1158 |
| |
1159 | 1159 |
| |
1160 | 1160 |
| |
|
0 commit comments
Comments
(0)