Fix brin "char" test to actually test what it meant to test.
Casting to char, without quotes, does not give the same results as casting to "char". That meant we were not testing the brin "char" paths at all, since we ended up with a text operator not a "char" operator.
Showing
Please register or sign in to comment