Update backend flowchart HTML.
authorBruce Momjian
Fri, 6 May 2005 19:13:02 +0000 (19:13 +0000)
committerBruce Momjian
Fri, 6 May 2005 19:13:02 +0000 (19:13 +0000)
src/tools/backend/backend_dirs.html

index 3c64f4f7cf59f9fcf386385b1150224b8ed27bbb..30898c446ce13c6ef182d589bfcb1ac9d00befa1 100644 (file)
@@ -73,7 +73,8 @@ converted into Lists of Nodes to be handled by the
 optimizer and executor.

 
 

 
-href="../../backend/rewrite">rewrite - rule and views support

+href="../../backend/rewrite">rewrite - rule and views
+support
 
 

 
 href="../../backend/optimizer">optimizer - creates path and
@@ -160,28 +161,28 @@ systems

 
 

These allow uniform resource access by the backend.

 
- 
+  
 href="../../backend/storage/buffer">storage/buffer - shared
 buffer pool manager
- 
+  
 href="../../backend/storage/file">storage/file - file
 manager
-e" name="storage_freespace"> 
+ e" name="storage_freespace"> 
 href="../../backend/storage/freespace">storage/freespace - free
 space map
- 
+  
 href="../../backend/storage/ipc">storage/ipc - semaphores and
 shared memory
- 
+  
 href="../../backend/storage/large_object">storage/large_object
 - large objects
- 
+  
 href="../../backend/storage/lmgr">storage/lmgr - lock
 manager
- 
+  
 href="../../backend/storage/page">storage/page - page
 manager
- 
+  
 href="../../backend/storage/smgr">storage/smgr - storage/disk
 manager
 
@@ -194,27 +195,27 @@ methods
 

These control the way data is accessed in heap, indexes, and

 transactions.
 
- 
+  
 href="../../backend/access/common">access/common - common
 access routines
- 
+  
 href="../../backend/access/gist">access/gist - easy-to-define
 access method system
- 
+  
 href="../../backend/access/hash">access/hash - hash
- 
+  
 href="../../backend/access/heap">access/heap - heap is use to
 store data rows
- 
+  
 href="../../backend/access/index">access/index - used by all
 index types
- 
+  
 href="../../backend/access/nbtree">access/nbtree - Lehman and
 Yao's btree management algorithm
- 
+  
 href="../../backend/access/rtree">access/rtree - used for
 indexing of 2-dimensional data
- 
+  
 href="../../backend/access/transam">access/transam -
 transaction manager (BEGIN/ABORT/COMMIT)
 
@@ -230,7 +231,7 @@ called nodes. Nodes are generic containers that have a
 usually placed in Lists. A List is container with an
 elem element, and a next field that points to the
 next List. These List structures are chained together
-in a forward linked list. In this way, a chain of Lists can
+in a forward linked list. In this way, a chain of List s can
 contain an unlimited number of Node elements, and each
 Node can contain any data type. These are used extensively
 in the parser, optimizer, and executor to store requests and
@@ -283,9 +284,9 @@ maintained by the backend.

 href="../../backend/utils/init">utils/init - various
 initialization stuff
 
-

isc" name="utils_mb"> 
-href="../../backend/utils/mb">utils/mb - single and
-multibyte encoding

+

b" name="utils_mb"> 
+href="../../backend/utils/mb">utils/mb - single and multibyte
+encoding

 
 

 
 href="../../backend/utils/misc">utils/misc - miscellaneous
@@ -300,7 +301,7 @@ context. Contexts can be statement-specific, transaction-specific,
 or persistent/global. By doing this, the backend can easily free
 memory once a statement or transaction completes.

 
-

mmgr" name="utils_resowner"> 
+

resowner" name="utils_resowner"> 
 href="../../backend/utils/resowner">utils/resowner - resource
 owner tracking

 
@@ -337,15 +338,16 @@ library

 

This is used for regular expression handling in the backend,

 i.e. '~'.

 
-

rewrite" name="port"> 
+

port" name="port"> 
 href="../../backend/port">port - compatibility routines

 
 
 
-Maintainer: Bruce Momjian (
-
-Last updated: Fri May 6 14:22:27 EDT 2005
+Maintainer: Bruce Momjian ( 
+)
+ Last updated: Fri May 6 14:22:27 EDT 2005