Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
19e4d33b
Commit
19e4d33b
authored
Mar 20, 1999
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove yacc/lex output files from CVS repository.
parent
bb7c0da1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4775 deletions
+0
-4775
src/pl/plpgsql/src/gram.c
src/pl/plpgsql/src/gram.c
+0
-2469
src/pl/plpgsql/src/scan.c
src/pl/plpgsql/src/scan.c
+0
-2218
src/pl/plpgsql/src/y.tab.h
src/pl/plpgsql/src/y.tab.h
+0
-88
No files found.
src/pl/plpgsql/src/gram.c
deleted
100644 → 0
View file @
bb7c0da1
This diff is collapsed.
Click to expand it.
src/pl/plpgsql/src/scan.c
deleted
100644 → 0
View file @
bb7c0da1
This diff is collapsed.
Click to expand it.
src/pl/plpgsql/src/y.tab.h
deleted
100644 → 0
View file @
bb7c0da1
typedef
union
{
int32
ival
;
char
*
str
;
struct
{
char
*
name
;
int
lineno
;
}
varname
;
struct
{
int
nalloc
;
int
nused
;
int
*
dtnums
;
}
dtlist
;
struct
{
int
reverse
;
PLpgSQL_expr
*
expr
;
}
forilow
;
struct
{
char
*
label
;
int
n_initvars
;
int
*
initvarnos
;
}
declhdr
;
PLpgSQL_type
*
dtype
;
PLpgSQL_var
*
var
;
PLpgSQL_row
*
row
;
PLpgSQL_rec
*
rec
;
PLpgSQL_recfield
*
recfield
;
PLpgSQL_trigarg
*
trigarg
;
PLpgSQL_expr
*
expr
;
PLpgSQL_stmt
*
stmt
;
PLpgSQL_stmts
*
stmts
;
PLpgSQL_stmt_block
*
program
;
PLpgSQL_nsitem
*
nsitem
;
}
YYSTYPE
;
#define K_ALIAS 258
#define K_ASSIGN 259
#define K_BEGIN 260
#define K_CONSTANT 261
#define K_DEBUG 262
#define K_DECLARE 263
#define K_DEFAULT 264
#define K_DOTDOT 265
#define K_ELSE 266
#define K_END 267
#define K_EXCEPTION 268
#define K_EXIT 269
#define K_FOR 270
#define K_FROM 271
#define K_IF 272
#define K_IN 273
#define K_INTO 274
#define K_LOOP 275
#define K_NOT 276
#define K_NOTICE 277
#define K_NULL 278
#define K_PERFORM 279
#define K_RAISE 280
#define K_RECORD 281
#define K_RENAME 282
#define K_RETURN 283
#define K_REVERSE 284
#define K_SELECT 285
#define K_THEN 286
#define K_TO 287
#define K_TYPE 288
#define K_WHEN 289
#define K_WHILE 290
#define T_FUNCTION 291
#define T_TRIGGER 292
#define T_CHAR 293
#define T_BPCHAR 294
#define T_VARCHAR 295
#define T_LABEL 296
#define T_STRING 297
#define T_VARIABLE 298
#define T_ROW 299
#define T_ROWTYPE 300
#define T_RECORD 301
#define T_RECFIELD 302
#define T_TGARGV 303
#define T_DTYPE 304
#define T_WORD 305
#define T_NUMBER 306
#define T_ERROR 307
#define O_OPTION 308
#define O_DUMP 309
extern
YYSTYPE
yylval
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment