aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2008-03-07 15:29:27 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2008-03-07 15:29:27 +0000
commitb7a2ab5b6ea0eee67f5e0fa6ea6a8faef4ddac6f (patch)
tree1b1a657e78c46c5736b222a1aa7293be56be7da2 /src/backend/access/gist/gistutil.c
parentffeae03742eefaeaa2a2bc2c41a46853fc4d71d2 (diff)
downloadpostgresql-b7a2ab5b6ea0eee67f5e0fa6ea6a8faef4ddac6f.tar.gz
postgresql-b7a2ab5b6ea0eee67f5e0fa6ea6a8faef4ddac6f.zip
Fix memory arrangement of tsquery after removing stop words. It causes
a unused memory holes in tsquery. Per report by Richard Huxton <dev@archonet.com>. It was working well because in fact tsquery->size is not used for any kind of operation except comparing tsqueries. To prevent requirement of renew all stored tsquery optimization in CompareTSQ is removed.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions