Update backend flowchart HTML.

This commit is contained in:
Bruce Momjian 2005-05-06 19:13:02 +00:00
parent 33c5fce8db
commit ce1ab398dd

View File

@ -73,7 +73,8 @@ converted into <i>Lists</i> of <i>Nodes</i> to be handled by the
optimizer and executor.</p>
<h2><a id="rewrite" name="rewrite"></a> <a
href="../../backend/rewrite">rewrite</a> - rule and views support</h2>
href="../../backend/rewrite">rewrite</a> - rule and views
support</h2>
<h2><a id="optimizer" name="optimizer"></a> <a
href="../../backend/optimizer">optimizer</a> - creates path and
@ -166,7 +167,7 @@ buffer pool manager<br />
<a id="storage_file" name="storage_file"></a> <a
href="../../backend/storage/file">storage/file</a> - file
manager<br />
<a id="storage_file" name="storage_freespace"></a> <a
<a id="storage_freespace" name="storage_freespace"></a> <a
href="../../backend/storage/freespace">storage/freespace</a> - free
space map<br />
<a id="storage_ipc" name="storage_ipc"></a> <a
@ -283,9 +284,9 @@ maintained by the backend.</p>
href="../../backend/utils/init">utils/init</a> - various
initialization stuff</h3>
<h3><a id="utils_misc" name="utils_mb"></a> <a
href="../../backend/utils/mb">utils/mb</a> - single and
multibyte encoding</h3>
<h3><a id="utils_mb" name="utils_mb"></a> <a
href="../../backend/utils/mb">utils/mb</a> - single and multibyte
encoding</h3>
<h3><a id="utils_misc" name="utils_misc"></a> <a
href="../../backend/utils/misc">utils/misc</a> - 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.</p>
<h3><a id="utils_mmgr" name="utils_resowner"></a> <a
<h3><a id="utils_resowner" name="utils_resowner"></a> <a
href="../../backend/utils/resowner">utils/resowner</a> - resource
owner tracking</h3>
@ -337,14 +338,15 @@ library</h2>
<p>This is used for regular expression handling in the backend,
i.e. '~'.</p>
<h2><a id="rewrite" name="port"></a> <a
<h2><a id="port" name="port"></a> <a
href="../../backend/port">port</a> - compatibility routines</h2>
<br />
<hr />
<small>Maintainer: Bruce Momjian ( <a
href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br />
href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>
)<br />
Last updated: Fri May 6 14:22:27 EDT 2005</small>
</body>
</html>