summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian2000-12-15 23:36:20 +0000
committerBruce Momjian2000-12-15 23:36:20 +0000
commit85934d1bdb16ec33f79260e3faa5b1e3eba88382 (patch)
treeebbc439f1687dcacc209250a186b4fdef7869a52 /src/interfaces
parent4df6dc4801800141bea8f211daa37f8c8e7b5fc2 (diff)
Remove current->old mapping.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/ecpg/preproc/keywords.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/preproc/keywords.c b/src/interfaces/ecpg/preproc/keywords.c
index 4b79e7b19fd..3a3acca2172 100644
--- a/src/interfaces/ecpg/preproc/keywords.c
+++ b/src/interfaces/ecpg/preproc/keywords.c
@@ -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},