Fix memory leak for hashing with nondeterministic collations.
authorJeff Davis <jdavis@postgresql.org>
Thu, 1 Dec 2022 19:26:32 +0000 (11:26 -0800)
committerJeff Davis <jdavis@postgresql.org>
Thu, 1 Dec 2022 19:55:59 +0000 (11:55 -0800)
commit9377b4f30a14e1c79183b3138fa88fc99d4a872a
tree1fcd2f50255bc0b22dbc71666f494f402b9d9626
parente10799aa252c2232a3d4f73f4875532423f3f7b4
Fix memory leak for hashing with nondeterministic collations.

Backpatch through 12, where nondeterministic collations were
introduced (5e1963fb76).

Backpatch-through: 12
src/backend/access/hash/hashfunc.c
src/backend/utils/adt/varchar.c