File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2428,6 +2428,11 @@ Fri, 14 Aug 2009 14:45:02 +0200
2428
2428
Thu, 03 Sep 2009 11:45:13 +0200
2429
2429
2430
2430
- Removed some no longer used variables as reported by clang.
2431
+
2432
+ Tue, 15 Sep 2009 10:17:52 +0200
2433
+
2434
+ - Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing
2435
+ ";" to rule in pgc.l.
2431
2436
- Set ecpg library version to 6.2.
2432
2437
- Set compat library version to 3.2.
2433
2438
- Set ecpg version to 4.6.
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.169 2009/01/23 12:43:32 petere Exp $
15
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.170 2009/09/15 08:44:57 meskes Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -987,7 +987,7 @@ cppline {space}*#(.*\\{space})*.*{newline}
987
987
BEGIN (xskip);
988
988
}
989
989
}
990
- <C ,xskip >{informix_special }{else }{space }* {
990
+ <C ,xskip >{informix_special }{else }{space }* " ; " {
991
991
/* are we simulating Informix? */
992
992
if (INFORMIX_MODE)
993
993
{
You can’t perform that action at this time.
0 commit comments