Skip to content

Commit 85934d1

Browse files
committed
Remove current->old mapping.
1 parent 4df6dc4 commit 85934d1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/backend/parser/keywords.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.85 2000/11/14 18:37:49 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.86 2000/12/15 23:36:19 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -78,8 +78,6 @@ static ScanKeyword ScanKeywords[] = {
7878
{"createdb", CREATEDB},
7979
{"createuser", CREATEUSER},
8080
{"cross", CROSS},
81-
/* for portability with old rules bjm 2000-06-12 */
82-
{"current", OLD},
8381
{"current_date", CURRENT_DATE},
8482
{"current_time", CURRENT_TIME},
8583
{"current_timestamp", CURRENT_TIMESTAMP},

src/interfaces/ecpg/preproc/keywords.c

Lines changed: 1 addition & 3 deletions
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.32 2000/11/09 14:06:57 meskes Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.33 2000/12/15 23:36:20 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -78,8 +78,6 @@ static ScanKeyword ScanKeywords[] = {
7878
{"createdb", CREATEDB},
7979
{"createuser", CREATEUSER},
8080
{"cross", CROSS},
81-
/* for portability with old rules bjm 2000-06-12 */
82-
{"current", OLD},
8381
{"current_date", CURRENT_DATE},
8482
{"current_time", CURRENT_TIME},
8583
{"current_timestamp", CURRENT_TIMESTAMP},

0 commit comments

Comments
 (0)