]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:49:43 +0000 (11:49 -0800)
commitf98c4fb1dd8d117b719963677f0be002cbc5129b
treed737bb649e76cb7fa248d82c98c4fa91ee5481b9
parentaf6a76931634780fd5a67f2e1dee84a269e1f14a
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