1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-09 18:21:05 +03:00

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> optimizer and executor.</p>
<h2><a id="rewrite" name="rewrite"></a> <a <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 <h2><a id="optimizer" name="optimizer"></a> <a
href="../../backend/optimizer">optimizer</a> - creates path and 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 <a id="storage_file" name="storage_file"></a> <a
href="../../backend/storage/file">storage/file</a> - file href="../../backend/storage/file">storage/file</a> - file
manager<br /> 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 href="../../backend/storage/freespace">storage/freespace</a> - free
space map<br /> space map<br />
<a id="storage_ipc" name="storage_ipc"></a> <a <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 href="../../backend/utils/init">utils/init</a> - various
initialization stuff</h3> initialization stuff</h3>
<h3><a id="utils_misc" name="utils_mb"></a> <a <h3><a id="utils_mb" name="utils_mb"></a> <a
href="../../backend/utils/mb">utils/mb</a> - single and href="../../backend/utils/mb">utils/mb</a> - single and multibyte
multibyte encoding</h3> encoding</h3>
<h3><a id="utils_misc" name="utils_misc"></a> <a <h3><a id="utils_misc" name="utils_misc"></a> <a
href="../../backend/utils/misc">utils/misc</a> - miscellaneous 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 or persistent/global. By doing this, the backend can easily free
memory once a statement or transaction completes.</p> 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 href="../../backend/utils/resowner">utils/resowner</a> - resource
owner tracking</h3> owner tracking</h3>
@ -337,14 +338,15 @@ library</h2>
<p>This is used for regular expression handling in the backend, <p>This is used for regular expression handling in the backend,
i.e. '~'.</p> 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> href="../../backend/port">port</a> - compatibility routines</h2>
<br /> <br />
<hr /> <hr />
<small>Maintainer: Bruce Momjian ( <a <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> Last updated: Fri May 6 14:22:27 EDT 2005</small>
</body> </body>
</html> </html>