pgsql: Fix memory leak for hashing with nondeterministic collations. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Fix memory leak for hashing with nondeterministic collations.
Date
Msg-id E1p0pkS-001bkO-4d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix memory leak for hashing with nondeterministic collations.

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

Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f98c4fb1dd8d117b719963677f0be002cbc5129b

Modified Files
--------------
src/backend/access/hash/hashfunc.c | 2 ++
src/backend/utils/adt/varchar.c    | 2 ++
2 files changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Fix memory leak for hashing with nondeterministic collations.
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Expand AclMode to 64 bits