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 |
|