]> granicus.if.org Git - postgresql/commit
Fix brin "char" test to actually test what it meant to test.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jun 2015 17:50:32 +0000 (13:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jun 2015 17:50:32 +0000 (13:50 -0400)
commit78e72794a76fef3233c06800c6046aaad0704a22
tree127620a290bfe04835eb41f004accad635f7f94a
parentbac99475eb6e9e6d69a91fee30b5420b8e0115be
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.
src/test/regress/expected/brin.out
src/test/regress/sql/brin.sql