OSDN Git Service

Remove current->old mapping.
authorBruce Momjian <bruce@momjian.us>
Fri, 15 Dec 2000 23:36:20 +0000 (23:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 15 Dec 2000 23:36:20 +0000 (23:36 +0000)
src/backend/parser/keywords.c
src/interfaces/ecpg/preproc/keywords.c

index 19ec40f..5809312 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.85 2000/11/14 18:37:49 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.86 2000/12/15 23:36:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -78,8 +78,6 @@ static ScanKeyword ScanKeywords[] = {
        {"createdb", CREATEDB},
        {"createuser", CREATEUSER},
        {"cross", CROSS},
-       /* for portability with old rules bjm 2000-06-12 */
-       {"current", OLD},
        {"current_date", CURRENT_DATE},
        {"current_time", CURRENT_TIME},
        {"current_timestamp", CURRENT_TIMESTAMP},
index 4b79e7b..3a3acca 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.32 2000/11/09 14:06:57 meskes Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.33 2000/12/15 23:36:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -78,8 +78,6 @@ static ScanKeyword ScanKeywords[] = {
        {"createdb", CREATEDB},
        {"createuser", CREATEUSER},
        {"cross", CROSS},
-       /* for portability with old rules bjm 2000-06-12 */
-       {"current", OLD},
        {"current_date", CURRENT_DATE},
        {"current_time", CURRENT_TIME},
        {"current_timestamp", CURRENT_TIMESTAMP},