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

Commita90b6a4

Browse files
author
Thomas G. Lockhart
committed
Remove unused keyword CHANGE.
1 parent93d80d3 commita90b6a4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎src/backend/parser/gram.y

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.101 1998/02/0301:53:14 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 1.102 1998/02/0316:04:02 thomas Exp $
1414
*
1515
* HISTORY
1616
* AUTHORDATEMAJOR EVENT
@@ -270,7 +270,7 @@ Oidparam_type(int t); /* used in parse_expr.c */
270270

271271
/* Keywords for Postgres support (not in SQL92 reserved words) */
272272
%tokenABORT_TRANS, ACL, AFTER, AGGREGATE, ANALYZE,
273-
APPEND, BACKWARD, BEFORE, BINARY,CHANGE,CLUSTER, COPY,
273+
APPEND, BACKWARD, BEFORE, BINARY, CLUSTER, COPY,
274274
DATABASE, DELIMITERS, DO, EXPLAIN, EXTEND,
275275
FORWARD, FUNCTION, HANDLER,
276276
INDEX, INHERITS, INSTEAD, ISNULL,
@@ -280,7 +280,7 @@ Oidparam_type(int t); /* used in parse_expr.c */
280280
SEQUENCE, SETOF, SHOW, STDIN, STDOUT, TRUSTED,
281281
VACUUM, VERBOSE, VERSION
282282

283-
/* Keywords (obsolete; retaintemporarily for parser - thomas 1997-12-04) */
283+
/* Keywords (obsolete; retainthrough next version for parser - thomas 1997-12-04) */
284284
%tokenARCHIVE
285285

286286
/*

‎src/backend/parser/keywords.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.32 1998/01/22 23:04:54 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.33 1998/02/03 16:04:05 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -53,7 +53,6 @@ static ScanKeyword ScanKeywords[] = {
5353
{"by",BY},
5454
{"cascade",CASCADE},
5555
{"cast",CAST},
56-
{"change",CHANGE},
5756
{"char",CHAR},
5857
{"character",CHARACTER},
5958
{"check",CHECK},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp