Plug memory leak in range_cmp function.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 33936752829e3c6d4c463f3c974968b225304571
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-09-25T13:05:24Z
Releases: 9.3.1
Plug memory leak in range_cmp function.

B-tree operators are not allowed to leak memory into the current memory
context. Range_cmp leaked detoasted copies of the arguments. That caused
a quick out-of-memory error when creating an index on a range column.

Reported by Marian Krucina, bug #8468.

Files

PathChange+/−
src/backend/utils/adt/rangetypes.c modified +12 −6