Fix brin "char" test to actually test what it meant to test.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 78e72794a76fef3233c06800c6046aaad0704a22
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-06-04T17:50:32Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/test/regress/expected/brin.out modified +1 −1
src/test/regress/sql/brin.sql modified +1 −1