Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcff7e20

Browse files
committed
update
1 parentb15e7df commitcff7e20

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 - lookupofshared memory addresses using structure names
76+
<LI>ShmemIndex - lookup shared memory addresses using structure names
7677
<LI><AHREF="../../include/storage/buf_internals.h">Buffer
7778
Descriptors</A> - control header for buffer cache block
7879
<LI><AHREF="../../include/storage/buf_internals.h">Buffer Blocks</A> -
@@ -83,10 +84,10 @@ <H2 ALIGN=CENTER>
8384
<LI><AHREF="../../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-
anddatabase 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><AHREF="../../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)

[8]ページ先頭

©2009-2025 Movatter.jp