https://github.com/postgres/postgres
Revision ca00f191576183b77ccd60fb29dde86fd96c4b45 authored by Tom Lane on 16 September 2011, 08:28:15 UTC, committed by Tom Lane on 16 September 2011, 08:28:15 UTC
This oversight led to a massive memory leak --- upwards of 10KB per tuple
--- during creation-time verification of an exclusion constraint based on a
GIST index.  In most other scenarios it'd just be a leak of 10KB that would
be recovered at end of query, so not too significant; though perhaps the
leak would be noticeable in a situation where a GIST index was being used
in a nestloop inner indexscan.  In any case, it's a real leak of long
standing, so patch all supported branches.  Per report from Harald Fuchs.
1 parent 33e111f
History
Tip revision: ca00f191576183b77ccd60fb29dde86fd96c4b45 authored by Tom Lane on 16 September 2011, 08:28:15 UTC
gistendscan() forgot to free so->giststate.
Tip revision: ca00f19
File Mode Size
config
contrib
doc
src
.gitignore -rw-r--r-- 233 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.8 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 2.0 KB
README.git -rw-r--r-- 820 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 693.1 KB
configure.in -rw-r--r-- 47.2 KB

README

back to top