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

Commit4be24fe

Browse files
author
Michael Meskes
committed
Fixed some minor typos.
1 parent2297f39 commit4be24fe

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

‎src/interfaces/ecpg/preproc/keywords.c‎

Lines changed: 1 addition & 10 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.53 2002/07/20 08:24:18 meskes Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.54 2002/07/21 11:09:41 meskes Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -44,8 +44,6 @@ static ScanKeyword ScanKeywords[] = {
4444
{"as",AS},
4545
{"asc",ASC},
4646
{"assertion",ASSERTION},
47-
{"assignment",ASSIGNMENT},
48-
{"asymmetric",ASYMMETRIC},
4947
{"at",AT},
5048
{"authorization",AUTHORIZATION},
5149
{"backward",BACKWARD},
@@ -79,7 +77,6 @@ static ScanKeyword ScanKeywords[] = {
7977
{"committed",COMMITTED},
8078
{"constraint",CONSTRAINT},
8179
{"constraints",CONSTRAINTS},
82-
{"conversion",CONVERSION_P},
8380
{"copy",COPY},
8481
{"create",CREATE},
8582
{"createdb",CREATEDB},
@@ -101,7 +98,6 @@ static ScanKeyword ScanKeywords[] = {
10198
{"deferred",DEFERRED},
10299
{"definer",DEFINER},
103100
{"delete",DELETE_P},
104-
{"delimiter",DELIMITER},
105101
{"delimiters",DELIMITERS},
106102
{"desc",DESC},
107103
{"distinct",DISTINCT},
@@ -255,8 +251,6 @@ static ScanKeyword ScanKeywords[] = {
255251
{"setof",SETOF},
256252
{"share",SHARE},
257253
{"show",SHOW},
258-
{"similar",SIMILAR},
259-
{"simple",SIMPLE},
260254
{"smallint",SMALLINT},
261255
{"some",SOME},
262256
{"stable",STABLE},
@@ -268,7 +262,6 @@ static ScanKeyword ScanKeywords[] = {
268262
{"storage",STORAGE},
269263
{"strict",STRICT},
270264
{"substring",SUBSTRING},
271-
{"symmetric",SYMMETRIC},
272265
{"sysid",SYSID},
273266
{"table",TABLE},
274267
{"temp",TEMP},
@@ -281,7 +274,6 @@ static ScanKeyword ScanKeywords[] = {
281274
{"toast",TOAST},
282275
{"trailing",TRAILING},
283276
{"transaction",TRANSACTION},
284-
{"treat",TREAT},
285277
{"trigger",TRIGGER},
286278
{"trim",TRIM},
287279
{"true",TRUE_P},
@@ -312,7 +304,6 @@ static ScanKeyword ScanKeywords[] = {
312304
{"with",WITH},
313305
{"without",WITHOUT},
314306
{"work",WORK},
315-
{"write",WRITE},
316307
{"year",YEAR_P},
317308
{"zone",ZONE},
318309
};

‎src/interfaces/ecpg/preproc/preproc.y‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.194 2002/07/2108:20:07 meskes Exp $*/
1+
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.195 2002/07/2111:09:41 meskes Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -398,8 +398,6 @@ make_name(void)
398398
%type<index>opt_array_boundsopt_type_array_bounds
399399

400400
%type<ival>Iresult
401-
402-
%tokenYYERROR_VERBOSE
403401
%%
404402
prog:statements;
405403

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp