summaryrefslogtreecommitdiff
path: root/contrib/seg/segscan.l
Commit message (Expand)AuthorAgeFilesLines
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-251-0/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-3/+3
* Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane2008-08-251-0/+1
* Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane2005-10-151-0/+1
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-141-1/+1
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-241-1/+2
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-17/+67
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-291-0/+3
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-071-2/+1
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-2/+2
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-301-2/+6
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-111-0/+53