I don't mean to be pesky. I was just wondering if there is anythingelse I should try?
Should I simply rewrite all queries, change the form
WHERE textarr && '{foo, bar}'::text[]
To
WHERE (textarr && '{foo}'::text[] OR textarr && '{bar}'::text[])
?