summaryrefslogtreecommitdiff
path: root/contrib/seg/segscan.l
AgeCommit message (Expand)Author
2004-09-14Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2003-09-14Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane
2003-05-29Ensure that in all flex lexers that are part of the backend, aTom Lane
2002-11-07Remove no-longer-needed inclusions to improve backward compatibilityTom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2000-12-11Gene Selkov's SEG datatype (GiST example code)Tom Lane