Tom Lane
5666462f2e
Ensure that in all flex lexers that are part of the backend, a
...
yy_fatal_error() call results in elog(ERROR) not exit(). This was
already fixed in the main lexer and plpgsql, but extend same technique
to all the other dot-l files. Also, on review of the possible calls
to yy_fatal_error(), it seems safe to use elog(ERROR) not elog(FATAL).
2003-05-29 22:30:02 +00:00
Tom Lane
52c9d25933
Be careful to include postgres.h *before* any system headers, to ensure
...
that the right flavors of largefile-related definitions are seen.
Most of these changes are probably unnecessary, but better safe than
sorry.
2002-09-05 00:43:07 +00:00
Bruce Momjian
2860041bf0
August 13, 2002
...
Use parser of OpenFTS v0.33.
--
Teodor Sigaev
2002-08-15 03:02:08 +00:00
Tom Lane
9f1fc1080e
Since we're depending on %option noyywrap in the main scanner now,
...
we may as well use it in all our flex files. Make all the flex files
have a consistent set of options.
2002-07-30 16:33:08 +00:00
Tom Lane
b57705673d
txtidx datatype for full text indexing with GiST.
...
From Oleg Bartunov and Teodor Sigaev.
2001-10-12 23:19:09 +00:00