-
Alex Pooley authored
Searching for descendants with array operators and a GIN index can fail under extreme circumstances. The comparison operators with a btree index is less susceptible to such issues. Changelog: performance
ec0cdd21
Searching for descendants with array operators and a GIN index can fail under extreme circumstances. The comparison operators with a btree index is less susceptible to such issues. Changelog: performance