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
db00632e
Commit
db00632e
authored
Nov 27, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaups of comments.
parent
bac80c21
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/backend/executor/execAmi.c
src/backend/executor/execAmi.c
+2
-2
src/backend/parser/README
src/backend/parser/README
+1
-1
No files found.
src/backend/executor/execAmi.c
View file @
db00632e
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.1
0 1997/11/21 18:21:17
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.1
1 1997/11/27 02:23:01
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -411,7 +411,7 @@ ExecRestrPos(Plan *node)
...
@@ -411,7 +411,7 @@ ExecRestrPos(Plan *node)
* accessMtd -- access methods used to access the created relation.
* accessMtd -- access methods used to access the created relation.
* relation -- optional. Either an index to the range table or
* relation -- optional. Either an index to the range table or
* negative number indicating a temporary relation.
* negative number indicating a temporary relation.
* A temporary relation is assume i
s
this field is absent.
* A temporary relation is assume i
f
this field is absent.
* ----------------------------------------------------------------
* ----------------------------------------------------------------
*/
*/
...
...
src/backend/parser/README
View file @
db00632e
...
@@ -7,7 +7,7 @@ scan.l break query into tokens
...
@@ -7,7 +7,7 @@ scan.l break query into tokens
scansup.c handle escapes in input
scansup.c handle escapes in input
keywords.c turn keywords into specific tokens
keywords.c turn keywords into specific tokens
gram.y parse the tokens and fill query-type-specific structures
gram.y parse the tokens and fill query-type-specific structures
analyze.c
one function for every complex query type like SELECT, INSERT...
analyze.c
handle post-parse processing for each query type
parse_clause.c handle clauses like WHERE, ORDER BY, GROUP BY, ...
parse_clause.c handle clauses like WHERE, ORDER BY, GROUP BY, ...
parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4
parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4
parse_oper.c handle operations in expressions
parse_oper.c handle operations in expressions
...
...
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