diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-14 18:44:23 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-14 18:44:23 +0000 |
commit | 3f43446e36bdc6a20784351185c27aabdad456eb (patch) | |
tree | a721f8085ad6a4af92dc74f18a539fa333c75c89 /src/backend/executor/functions.c | |
parent | 0441e269eab927507b95c7f30a77435471553562 (diff) | |
download | postgresql-3f43446e36bdc6a20784351185c27aabdad456eb.tar.gz postgresql-3f43446e36bdc6a20784351185c27aabdad456eb.zip |
Persuade tsearch/tsearch2 to work (or at least pass their regression
tests) when using flex 2.5.31. The fix is to *not* try to use palloc
and pfree for allocations within the lexer; when you do that, the
yy_buffer_stack gets freed at inopportune times. The code is already
set up to do manual deallocation, so I see no particular advantage to
using palloc anyway.
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions