neqjoinsel must now pass through collation to eqjoinsel.
authorTom Lane
Tue, 21 Jul 2020 23:40:44 +0000 (19:40 -0400)
committerTom Lane
Tue, 21 Jul 2020 23:40:44 +0000 (19:40 -0400)
commitcc4dd2a7af13b4759cd76074a932c8cf24e32bb2
tree540d125657de410035506da769910d9bcbea4b12
parentac25e7b039d5eacb8eb8fcc856a7ba4f14136b50
neqjoinsel must now pass through collation to eqjoinsel.

Since commit 044c99bc5, eqjoinsel passes the passed-in collation
to any operators it invokes.  However, neqjoinsel failed to pass
on whatever collation it got, so that if we invoked a
collation-dependent operator via that code path, we'd get "could not
determine which collation to use for string comparison" or the like.

Per report from Justin Pryzby.  Back-patch to v12, like the previous
commit.

Discussion: https://postgr.es/m/20200721191606[email protected]
src/backend/utils/adt/selfuncs.c