aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-11-13 15:53:53 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2019-11-13 15:53:53 -0500
commitd57d61533a2b5b27b60cc9024c54688390871bf6 (patch)
tree717b67c402d8f292c9f7b8e3b26f1174a3509953 /src/backend/executor/nodeHashjoin.c
parent0cafdd03a850265006c0ada1b0bf4f83e087a409 (diff)
downloadpostgresql-d57d61533a2b5b27b60cc9024c54688390871bf6.tar.gz
postgresql-d57d61533a2b5b27b60cc9024c54688390871bf6.zip
Add missing check_collation_set call to bpcharne().
We should throw an error for indeterminate collation, but bpcharne() was missing that logic, resulting in a much less user-friendly error (either an assertion failure or "cache lookup failed for collation 0"). Per report from Manuel Rigger. Back-patch to v12 where the mistake came in, evidently in commit 5e1963fb7. (Before non-deterministic collations, this function wasn't collation sensitive.) Discussion: https://postgr.es/m/CA+u7OA4HOjtymxAbuGNh4-X_2R0Lw5n01tzvP8E5-i-2gQXYWA@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions