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

Commit28e0415

Browse files
committed
Update obsolete sentence in README.parallel.
Since 9.6, heavyweight locking is not an abstract and unhandledconcern of the parallel machinery, but rather something to whichwe have a specific approach.
1 parent2badb5a commit28e0415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/access/transam/README.parallel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ worker. This includes:
125125
- State related to pending REINDEX operations, which prevents access to
126126
an index that is currently being rebuilt.
127127

128-
To preventundetected orunprincipled deadlocks when running in parallel mode,
129-
this could should eventually handle heavyweight locks in some way. This is
130-
not implemented yet.
128+
To prevent unprincipled deadlocks when running in parallel mode, this code
129+
also arranges for the leader and all workers to participate in group
130+
locking. See src/backend/storage/lmgr/README for more details.
131131

132132
Transaction Integration
133133
=======================

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp