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

Commitf2f9fcb

Browse files
committed
Simplify autovacuum work-item implementation
The initial implementation of autovacuum work-items used a dynamicshared memory area (DSA). However, it's argued that dynamic sharedmemory is not portable enough, so we cannot rely on it being supportedeverywhere; at the same time, autovacuum work-items are now a criticalpart of the server, so it's not acceptable that they don't work in thecases where dynamic shared memory is disabled. Therefore, let's fallback to a simpler implementation of work-items that just usesautovacuum's main shared memory segment for storage.Discussion:https://postgr.es/m/CA+TgmobQVbz4K_+RSmiM9HeRKpy3vS5xnbkL95gSEnWijzprKQ@mail.gmail.com
1 parentedbad25 commitf2f9fcb

File tree

1 file changed

+63
-255
lines changed

1 file changed

+63
-255
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp