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

Commitd76b406

Browse files
author
Thomas G. Lockhart
committed
Update to track gram.y.
Had removed PARSEDEBUG statements...
1 parentf8b6b5f commitd76b406

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

‎src/backend/parser/gram.c

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
*
231231
*
232232
* IDENTIFICATION
233-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.37 1998/09/18 03:02:47 momjian Exp $
233+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.38 1998/09/25 13:45:12 thomas Exp $
234234
*
235235
* HISTORY
236236
* AUTHORDATEMAJOR EVENT
@@ -4361,7 +4361,7 @@ static const short yycheck[] = { 3,
43614361
205
43624362
};
43634363
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
4364-
#line 3 "/usr/local/bison/bison.simple"
4364+
#line 3 "/usr/lib/bison.simple"
43654365

43664366
/* Skeleton output parser for bison,
43674367
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@@ -4554,7 +4554,7 @@ __yy_memcpy (char *to, char *from, int count)
45544554
#endif
45554555
#endif
45564556

4557-
#line 196 "/usr/local/bison/bison.simple"
4557+
#line 196 "/usr/lib/bison.simple"
45584558

45594559
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
45604560
into yyparse. The argument should have type void *.
@@ -10140,7 +10140,7 @@ case 888:
1014010140
break;}
1014110141
}
1014210142
/* the action file gets copied in in place of this dollarsign */
10143-
#line 498 "/usr/local/bison/bison.simple"
10143+
#line 498 "/usr/lib/bison.simple"
1014410144

1014510145
yyvsp-=yylen;
1014610146
yyssp-=yylen;
@@ -10629,10 +10629,6 @@ FlattenStringList(List *list)
1062910629
};
1063010630
*(s+len)='\0';
1063110631

10632-
#ifdefPARSEDEBUG
10633-
elog(DEBUG,"flattened string is \"%s\"\n",s);
10634-
#endif
10635-
1063610632
returns;
1063710633
}/* FlattenStringList() */
1063810634

@@ -10680,10 +10676,6 @@ makeConstantList( A_Const *n)
1068010676
elog(ERROR,"Internal error in makeConstantList(): cannot encode node");
1068110677
};
1068210678

10683-
#ifdefPARSEDEBUG
10684-
elog(DEBUG,"AexprConst argument is \"%s\"\n",defval);
10685-
#endif
10686-
1068710679
returnresult;
1068810680
}/* makeConstantList() */
1068910681

@@ -10709,11 +10701,6 @@ fmtId(char *rawid)
1070910701
cp=rawid;
1071010702
};
1071110703

10712-
#ifdefPARSEDEBUG
10713-
elog(DEBUG,"fmtId- %sconvert %s to %s\n",
10714-
((cp==rawid)?"do not ":""),rawid,cp);
10715-
#endif
10716-
1071710704
returncp;
1071810705
}
1071910706

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp