Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc7bfdb

Browse files
author
Michael Meskes
committed
Hopefully it now works as I think it should.
Michael
1 parent05dedac commitfc7bfdb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,13 @@ Mon Jun 17 15:23:51 CEST 2002
12701270

12711271
- Fixed parser bug in pgc.l. Octal numbers in single quotes are now
12721272
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.
12731280
- Set ecpg version to 2.10.0.
12741281
- Set library version to 3.4.0.
12751282

‎src/interfaces/ecpg/preproc/keywords.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎src/interfaces/ecpg/preproc/pgc.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* 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 $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $*/
22

33
/* Copyright comment*/
44
%{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp