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

Commit68a2e52

Browse files
committed
Replace the XLogInsert slots with regular LWLocks.
The special feature the XLogInsert slots had over regular LWLocks is theinsertingAt value that was updated atomically with releasing backendswaiting on it. Add new functions to the LWLock API to do that, and replacethe slots with LWLocks. This reduces the amount of duplicated code.(There's still some duplication, but at least it's all in lwlock.c now.)Reviewed by Andres Freund.
1 parentaf930e6 commit68a2e52

File tree

5 files changed

+502
-595
lines changed

5 files changed

+502
-595
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp