diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-04 13:50:32 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-04 13:50:32 -0400 |
commit | 78e72794a76fef3233c06800c6046aaad0704a22 (patch) | |
tree | 127620a290bfe04835eb41f004accad635f7f94a /src/backend/access/gist/gistvacuum.c | |
parent | bac99475eb6e9e6d69a91fee30b5420b8e0115be (diff) | |
download | postgresql-78e72794a76fef3233c06800c6046aaad0704a22.tar.gz postgresql-78e72794a76fef3233c06800c6046aaad0704a22.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions