Skip to content

Commit cff7e20

Browse files
committed
update
1 parent b15e7df commit cff7e20

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/tools/backend/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ <H2 ALIGN=CENTER>
6969
There are many other modules that support this basic functionality.
7070
They can be accessed by clicking on the flowchart.
7171
<P>
72-
Another area of interest is the shared memory area, containing
73-
table data/index blocks, locks, and backend information:
72+
Another area of interest is the shared memory area, containing table
73+
data/index blocks, locks, backend information, and lookup tables for
74+
these structures:
7475
<UL>
75-
<LI>ShmemIndex - lookup of shared memory addresses using structure names
76+
<LI>ShmemIndex - lookup shared memory addresses using structure names
7677
<LI><A HREF="../../include/storage/buf_internals.h">Buffer
7778
Descriptors</A> - control header for buffer cache block
7879
<LI><A HREF="../../include/storage/buf_internals.h">Buffer Blocks</A> -
@@ -83,10 +84,10 @@ <H2 ALIGN=CENTER>
8384
<LI><A HREF="../../include/storage/lock.h">LockTable (ctl)</A> - lock table
8485
structure, specifiying table, lock types, and backends holding or
8586
waiting on lock
86-
<LI>LockTable (lock hash) - lookup of LockTable structures using relation
87-
and database object ids
87+
<LI>LockTable (lock hash) - lookup of LockTable structures using relation,
88+
database object ids
8889
<LI>LockTable (xid hash) - lookup of LockTable structures using
89-
transaction id
90+
transaction id, LockTable address
9091
<LI><A HREF="../../include/storage/proc.h">Proc Header</A> - information
9192
about each backend, including locks held/waiting, indexed by process id
9293
</UL>

0 commit comments

Comments
 (0)