File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1270,6 +1270,13 @@ Mon Jun 17 15:23:51 CEST 2002
1270
1270
1271
1271
- Fixed parser bug in pgc.l. Octal numbers in single quotes are now
1272
1272
correctly handled.
1273
+
1274
+ Tue Jun 18 15:13:15 CEST 2002
1275
+
1276
+ - Fixed parser bug concerning foreign keys.
1277
+ - Synced preproc.y with gram.y.
1278
+ - Synced pgc.l with scan.l.
1279
+ - Synced keywords.c.
1273
1280
- Set ecpg version to 2.10.0.
1274
1281
- Set library version to 3.4.0.
1275
1282
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.50 2002/06/20 20:29:53 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.50.2.1 2002/07/01 07:10:10 meskes Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
Original file line number Diff line number Diff line change 12
12
*
13
13
*
14
14
* IDENTIFICATION
15
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94 2002/06/20 20:29:53 momjian Exp $
15
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94.2.1 2002/07/01 07:10:10 meskes Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
Original file line number Diff line number Diff line change 1
- /* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.190 2002/06/11 13:40:52 wieck Exp $ */
1
+ /* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.190.2.1 2002/07/01 07:10:10 meskes Exp $ */
2
2
3
3
/* Copyright comment */
4
4
%{
You can’t perform that action at this time.
0 commit comments