Files
postgresql/src
Andres Freund 01c6370a32 jit: Correct parameter type for generated expression evaluation functions.
clang only uses the 'i1' type for scalar booleans, not for pointers to
booleans (as the pointer might be pointing into a larger memory
allocation). Therefore a pointer-to-bool needs to the "storage" boolean.

There's no known case of wrong code generation due to this, but it seems quite
possible that it could cause problems (see e.g. 72559438f92).

Author: Andres Freund
Discussion: https://postgr.es/m/20201207212142.wz5tnbk2jsaqzogb@alap3.anarazel.de
Backpatch: 11-, where jit support was added
2020-12-07 18:33:03 -08:00
..
2020-11-09 10:38:43 +01:00
2020-11-09 12:34:05 +01:00
2020-11-09 12:34:05 +01:00
2020-05-21 08:31:16 -07:00
2020-01-01 12:21:45 -05:00