You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Tweak collation setup for GIN index comparison functions.
Honor index column's collation spec if there is one, don't go to theexpense of calling get_typcollation when we can reasonably assume thatall GIN storage types will use default collation, and be sure to seta collation for the comparePartialFn too.