diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-09-25 16:02:00 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-09-25 16:05:52 +0300 |
commit | db7e953adde14689e885659b5c20037f98eaf294 (patch) | |
tree | 2334217ed3eee50fa42f5ee494258e96b0d06289 /src/tutorial/funcs.c | |
parent | 769c36ad1c565a7ad5d0a36ff450ef591f0dd150 (diff) |
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.
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions