File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/backend/bootstrap/bootscanner.l,v 1.45 2008/01/01 19:45:48 momjian Exp $
12
+ * $PostgreSQL: pgsql/src/backend/bootstrap/bootscanner.l,v 1.46 2008/05/09 15:36:31 petere Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -52,6 +52,7 @@ static int yyline = 1; /* line number for error reporting */
52
52
%option 8bit
53
53
%option never-interactive
54
54
%option nodefault
55
+ %option noinput
55
56
%option nounput
56
57
%option noyywrap
57
58
%option prefix="boot_yy"
Original file line number Diff line number Diff line change 24
24
* Portions Copyright (c) 1994, Regents of the University of California
25
25
*
26
26
* IDENTIFICATION
27
- * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.143 2008/04/04 12:44:36 mha Exp $
27
+ * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.144 2008/05/09 15:36:31 petere Exp $
28
28
*
29
29
*-------------------------------------------------------------------------
30
30
*/
@@ -101,6 +101,7 @@ static unsigned char unescape_single_char(unsigned char c);
101
101
%option 8bit
102
102
%option never-interactive
103
103
%option nodefault
104
+ %option noinput
104
105
%option nounput
105
106
%option noyywrap
106
107
%option prefix="base_yy"
Original file line number Diff line number Diff line change 4
4
*
5
5
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
6
6
*
7
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.54 2008/05/04 21:13:35 tgl Exp $
7
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.55 2008/05/09 15:36:31 petere Exp $
8
8
*/
9
9
10
10
%{
@@ -59,6 +59,7 @@ static char *GUC_scanstr(const char *s);
59
59
%option 8bit
60
60
%option never-interactive
61
61
%option nodefault
62
+ %option noinput
62
63
%option nounput
63
64
%option noyywrap
64
65
%option prefix=" GUC_yy"
Original file line number Diff line number Diff line change 33
33
* Portions Copyright (c) 1994, Regents of the University of California
34
34
*
35
35
* IDENTIFICATION
36
- * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.24 2008/05/02 09:27:51 petere Exp $
36
+ * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.25 2008/05/09 15:36:31 petere Exp $
37
37
*
38
38
*-------------------------------------------------------------------------
39
39
*/
@@ -125,6 +125,7 @@ static void emit(const char *txt, int len);
125
125
%option 8bit
126
126
%option never-interactive
127
127
%option nodefault
128
+ %option noinput
128
129
%option nounput
129
130
%option noyywrap
130
131
Original file line number Diff line number Diff line change 12
12
*
13
13
*
14
14
* IDENTIFICATION
15
- * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.163 2008/02/17 18:14:29 meskes Exp $
15
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.164 2008/05/09 15:36:31 petere Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -76,6 +76,7 @@ static struct _if_value
76
76
%option 8bit
77
77
%option never-interactive
78
78
%option nodefault
79
+ %option noinput
79
80
%option noyywrap
80
81
81
82
%option yylineno
Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.61 2008/04/01 03:51:09 tgl Exp $
12
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.62 2008/05/09 15:36:31 petere Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -47,6 +47,7 @@ bool plpgsql_SpaceScanned = false;
47
47
%option 8bit
48
48
%option never-interactive
49
49
%option nodefault
50
+ %option noinput
50
51
%option nounput
51
52
%option noyywrap
52
53
%option prefix="plpgsql_base_yy"
You can’t perform that action at this time.
0 commit comments