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:53:53 +0000 (11:53 -0800)
commit47e1224d590ccbc0d745e812dffe2fa913201776
tree6a97e80e3c4d6ccc90a576e7b9b1f522c6d67a04
parent7ec2bfe9e0315a296a70e0f716e6dbe3ecfcd530
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