File tree Expand file tree Collapse file tree 6 files changed +210
-145
lines changed Expand file tree Collapse file tree 6 files changed +210
-145
lines changed Original file line number Diff line number Diff line change @@ -794,5 +794,10 @@ Thu Jan 27 08:12:05 CET 2000
794
794
Mon Feb 14 10:35:18 CET 2000
795
795
796
796
- Synced preproc.y with gram.y.
797
+
798
+ Tue Feb 15 11:14:07 CET 2000
799
+
800
+ - Synced keyword.c.
801
+ - Synced preproc.y with gram.y.
797
802
- Set library version to 3.0.10.
798
803
- Set ecpg version to 2.7.0.
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.21 2000/01/26 05:58:41 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.22 2000/02/15 12:15:54 meskes Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -80,6 +80,7 @@ static ScanKeyword ScanKeywords[] = {
80
80
{"cycle" , CYCLE },
81
81
{"database" , DATABASE },
82
82
{"day" , DAY_P },
83
+ {"dec" , DEC },
83
84
{"decimal" , DECIMAL },
84
85
{"declare" , DECLARE },
85
86
{"default" , DEFAULT },
@@ -212,6 +213,7 @@ static ScanKeyword ScanKeywords[] = {
212
213
{"sequence" , SEQUENCE },
213
214
{"serial" , SERIAL },
214
215
{"serializable" , SERIALIZABLE },
216
+ {"session_user" , SESSION_USER },
215
217
{"set" , SET },
216
218
{"setof" , SETOF },
217
219
{"share" , SHARE },
You can’t perform that action at this time.
0 commit comments