Fix memory leak for hashing with nondeterministic collations.
Backpatch through 12, where nondeterministic collations were
introduced (5e1963fb76).
Backpatch-through: 12
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/a844052b5d97c351ba800e51e37b833f93863c29
Modified Files
--------------
src/backend/access/hash/hashfunc.c | 2 ++
src/backend/utils/adt/varchar.c | 2 ++
2 files changed, 4 insertions(+)