We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5536e7 commit 3e4264cCopy full SHA for 3e4264c
contrib/cube/cubescan.l
@@ -1,7 +1,7 @@
1
%{
2
/*
3
** A scanner for EMP-style numeric ranges
4
- * $PostgreSQL: pgsql/contrib/cube/cubescan.l,v 1.11 2006/03/11 04:38:28 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/cube/cubescan.l,v 1.12 2008/08/25 23:12:45 tgl Exp $
5
*/
6
7
#include "postgres.h"
@@ -29,6 +29,7 @@ void cube_scanner_finish(void);
29
%option 8bit
30
%option never-interactive
31
%option nodefault
32
+%option noinput
33
%option nounput
34
%option noyywrap
35
%option prefix="cube_yy"
contrib/seg/segscan.l
@@ -27,6 +27,7 @@ void seg_scanner_finish(void);
27
28
%option prefix="seg_yy"
0 commit comments