postgresql/contrib/tsearch2/wordparser
Tom Lane 3f43446e36 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.
2003-09-14 18:44:23 +00:00
..
Makefile Bring the makefiles up to our conventions. 2003-08-23 04:25:29 +00:00
deflex.c pgindent run. 2003-08-04 00:43:34 +00:00
deflex.h tsearch2 module 2003-07-21 10:27:44 +00:00
parser.h Eliminate function start_parse_fh and macro YY_INPUT 2003-08-15 13:44:35 +00:00
parser.l Persuade tsearch/tsearch2 to work (or at least pass their regression 2003-09-14 18:44:23 +00:00