diff --git a/src/tools/backend/index.html b/src/tools/backend/index.html index b94f39be66..8b74aa4d75 100644 --- a/src/tools/backend/index.html +++ b/src/tools/backend/index.html @@ -69,6 +69,40 @@ returned to the client. There are many other modules that support this basic functionality. They can be accessed by clicking on the flowchart.
+
+
+
Another area of interest is the shared memory area, which contains data accessable to all backends. It has table recently used data/index blocks, locks, backend information, and lookup tables for these @@ -107,37 +141,6 @@ HREF="../../backend/storage/ipc/shmem.c">ShmemInitStruct(), and the lookups are created by ShmemInitHash().
-
-