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
33c5fce8
Commit
33c5fce8
authored
May 06, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update flowchart sections to match current CVS.
parent
63ef6767
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
360 additions
and
435 deletions
+360
-435
src/tools/backend/backend_dirs.html
src/tools/backend/backend_dirs.html
+351
-428
src/tools/backend/index.html
src/tools/backend/index.html
+9
-7
No files found.
src/tools/backend/backend_dirs.html
View file @
33c5fce8
This diff is collapsed.
Click to expand it.
src/tools/backend/index.html
View file @
33c5fce8
...
...
@@ -12,10 +12,11 @@ vlink="#A00000" alink="#0000FF">
<h2>
by Bruce Momjian
</h2>
<p><img
src=
"flow.gif"
usemap=
"#flowmap"
alt=
"flowchart"
/>
<center>
<h3>
Click on an item to see more detail or look at the full
<a
href=
"backend_dirs.html"
>
index.
</a></h3>
<center><h3>
Click on an item to see more detail or look at the full
<a
href=
"backend_dirs.html"
>
index.
</a></h3></center>
<p><img
src=
"flow.gif"
usemap=
"#flowmap"
alt=
"flowchart"
/>
<map
name=
"flowmap"
id=
"flowmap"
>
<area
coords=
"125,35,245,65"
href=
"backend_dirs.html#main"
alt=
"main"
/>
...
...
@@ -36,6 +37,7 @@ vlink="#A00000" alink="#0000FF">
<area
coords=
"325,635,450,665"
href=
"backend_dirs.html#nodes"
alt=
"nodes"
/>
<area
coords=
"75,705,200,730"
href=
"backend_dirs.html#bootstrap"
alt=
"bootstrap"
/>
</map>
</center>
<br
/>
...
...
@@ -52,9 +54,9 @@ href="../../include/nodes/parsenodes.h">SelectStmt.</a></p>
<p>
The statement is then identified as complex (
<i>
SELECT / INSERT /
UPDATE / DELETE
</i>
) or a simple, e.g
<i>
CREATE USER, ANALYZE,
</i>
,
etc.
Utility commands are processed by statement-specific functions in
<a
href=
"../../backend/commands"
>
backend/commands.
</a>
Complex statements
require more handling.
</p>
etc.
Simple utility commands are processed by statement-specific
functions in
<a
href=
"../../backend/commands"
>
backend/commands.
</a>
Complex statements
require more handling.
</p>
<p>
The parser takes a complex query, and creates a
<a
href=
"../../include/nodes/parsenodes.h"
>
Query
</a>
structure that
...
...
@@ -98,7 +100,7 @@ optimal index usage.</p>
<p>
The Plan is then passed to the
<a
href=
"../../backend/executor"
>
executor
</a>
for execution, and the
result returned to the client. The Plan actually as set of nodes,
result returned to the client. The Plan
is
actually as set of nodes,
arranged in a tree structure with a top-level node, and various
sub-nodes as children.
</p>
...
...
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