diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2008-03-07 15:29:27 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2008-03-07 15:29:27 +0000 |
commit | b7a2ab5b6ea0eee67f5e0fa6ea6a8faef4ddac6f (patch) | |
tree | 1b1a657e78c46c5736b222a1aa7293be56be7da2 /src/backend/access/gist/gistutil.c | |
parent | ffeae03742eefaeaa2a2bc2c41a46853fc4d71d2 (diff) | |
download | postgresql-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