forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7c070e2
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 parenta13b63c commit7c070e2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 | 1128 |
| |
1129 |
| - | |
| 1129 | + | |
1130 | 1130 |
| |
1131 | 1131 |
| |
1132 | 1132 |
| |
|
0 commit comments
Comments
(0)