v.25.11Bug Fix (user-visible misbehavior in an official stable release)

Possible crash/undefined behavior in IN function

Possible crash/undefined behavior in IN function where primary key column types are different from IN function right side column types. Example: SELECT string_column, int_column FROM test_table WHERE (string_column, int_column) IN (SELECT '5', 'not a number'). Appears if many rows are selected and there are rows contain not compatible types. #89367 (Ilya Golshtein).