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

Commit85934d1

Browse files
committed
Remove current->old mapping.
1 parent4df6dc4 commit85934d1

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)

[8]ページ先頭

©2009-2025 Movatter.jp