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
05f99661
Commit
05f99661
authored
Jul 03, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update layout
parent
3909e4d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
31 deletions
+34
-31
src/tools/backend/index.html
src/tools/backend/index.html
+34
-31
No files found.
src/tools/backend/index.html
View file @
05f99661
...
@@ -69,6 +69,40 @@ returned to the client.
...
@@ -69,6 +69,40 @@ returned to the client.
There are many other modules that support this basic functionality.
There are many other modules that support this basic functionality.
They can be accessed by clicking on the flowchart.
They can be accessed by clicking on the flowchart.
<P>
<P>
<HR>
<P>
<CENTER>
<EM><BIG>
Click on an item to see more detail or
<A
HREF=
"backend_dirs.html"
>
click
</A>
to see the full index.
</BIG></EM>
<BR>
<BR>
<IMG
src=
"flow.jpg"
usemap=
"#flowmap"
alt=
"flowchart"
>
</CENTER>
<MAP
name=
"flowmap"
>
<AREA
COORDS=
"290,10,450,50"
HREF=
"backend_dirs.html#main"
>
<AREA
COORDS=
"550,10,710,50"
HREF=
"backend_dirs.html#bootstrap"
>
<AREA
COORDS=
"290,90,450,130,"
HREF=
"backend_dirs.html#postmaster"
>
<AREA
COORDS=
"550,90,710,130,"
HREF=
"backend_dirs.html#libpq"
>
<AREA
COORDS=
"290,170,450,210"
HREF=
"backend_dirs.html#tcop"
>
<AREA
COORDS=
"550,170,710,210"
HREF=
"backend_dirs.html#tcop"
>
<AREA
COORDS=
"290,270,450,310"
HREF=
"backend_dirs.html#parser"
>
<AREA
COORDS=
"290,350,450,390"
HREF=
"backend_dirs.html#tcop"
>
<AREA
COORDS=
"290,430,450,470"
HREF=
"backend_dirs.html#optimizer"
>
<AREA
COORDS=
"290,510,450,550"
HREF=
"backend_dirs.html#optimizer/plan"
>
<AREA
COORDS=
"290,570,450,630"
HREF=
"backend_dirs.html#executor"
>
<AREA
COORDS=
"550,350,710,390"
HREF=
"backend_dirs.html#commands"
>
<AREA
COORDS=
"10,330,170,370"
HREF=
"backend_dirs.html#access"
>
<AREA
COORDS=
"10,390,170,430"
HREF=
"backend_dirs.html#catalog"
>
<AREA
COORDS=
"10,450,170,490"
HREF=
"backend_dirs.html#utils"
>
<AREA
COORDS=
"10,510,170,550"
HREF=
"backend_dirs.html#nodes"
>
<AREA
COORDS=
"10,570,170,610"
HREF=
"backend_dirs.html#storage"
>
</MAP>
<BR>
<P>
<HR>
<P>
Another area of interest is the shared memory area, which contains data
Another area of interest is the shared memory area, which contains data
accessable to all backends. It has table recently used data/index
accessable to all backends. It has table recently used data/index
blocks, locks, backend information, and lookup tables for these
blocks, locks, backend information, and lookup tables for these
...
@@ -107,37 +141,6 @@ HREF="../../backend/storage/ipc/shmem.c">ShmemInitStruct(),</A> and
...
@@ -107,37 +141,6 @@ HREF="../../backend/storage/ipc/shmem.c">ShmemInitStruct(),</A> and
the lookups are created by
the lookups are created by
<A
HREF=
"../../backend/storage/ipc/shmem.c"
>
ShmemInitHash().
</A>
<A
HREF=
"../../backend/storage/ipc/shmem.c"
>
ShmemInitHash().
</A>
<P>
<P>
<HR>
<P>
<CENTER>
<EM><BIG>
Click on an item to see more detail or
<A
HREF=
"backend_dirs.html"
>
click
</A>
to see the full index.
</BIG></EM>
<BR>
<BR>
<IMG
src=
"flow.jpg"
usemap=
"#flowmap"
alt=
"flowchart"
>
</CENTER>
<MAP
name=
"flowmap"
>
<AREA
COORDS=
"290,10,450,50"
HREF=
"backend_dirs.html#main"
>
<AREA
COORDS=
"550,10,710,50"
HREF=
"backend_dirs.html#bootstrap"
>
<AREA
COORDS=
"290,90,450,130,"
HREF=
"backend_dirs.html#postmaster"
>
<AREA
COORDS=
"550,90,710,130,"
HREF=
"backend_dirs.html#libpq"
>
<AREA
COORDS=
"290,170,450,210"
HREF=
"backend_dirs.html#tcop"
>
<AREA
COORDS=
"550,170,710,210"
HREF=
"backend_dirs.html#tcop"
>
<AREA
COORDS=
"290,270,450,310"
HREF=
"backend_dirs.html#parser"
>
<AREA
COORDS=
"290,350,450,390"
HREF=
"backend_dirs.html#tcop"
>
<AREA
COORDS=
"290,430,450,470"
HREF=
"backend_dirs.html#optimizer"
>
<AREA
COORDS=
"290,510,450,550"
HREF=
"backend_dirs.html#optimizer/plan"
>
<AREA
COORDS=
"290,570,450,630"
HREF=
"backend_dirs.html#executor"
>
<AREA
COORDS=
"550,350,710,390"
HREF=
"backend_dirs.html#commands"
>
<AREA
COORDS=
"10,330,170,370"
HREF=
"backend_dirs.html#access"
>
<AREA
COORDS=
"10,390,170,430"
HREF=
"backend_dirs.html#catalog"
>
<AREA
COORDS=
"10,450,170,490"
HREF=
"backend_dirs.html#utils"
>
<AREA
COORDS=
"10,510,170,550"
HREF=
"backend_dirs.html#nodes"
>
<AREA
COORDS=
"10,570,170,610"
HREF=
"backend_dirs.html#storage"
>
</MAP>
<BR>
<HR
SIZE=
"2"
NOSHADE
>
<HR
SIZE=
"2"
NOSHADE
>
<SMALL>
<SMALL>
<ADDRESS>
<ADDRESS>
...
...
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