forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit08c23f4
committed
Initialize index stats during parallel VACUUM.
Initialize shared memory allocated for index stats to avoid a hardcrash. This was possible when parallel VACUUM became confused about thecurrent phase of index processing.Oversight in commit8e1fae1, which refactored parallel VACUUM.Author: Masahiko Sawada <sawada.mshk@gmail.com>Reported-By: Justin Pryzby <pryzby@telsasoft.com>Discussion:https://postgr.es/m/20220818133406.GL26426@telsasoft.comBackpatch: 15-, the first version with the refactoring commit.1 parent72af71a commit08c23f4
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
| 320 | + | |
320 | 321 |
| |
321 | 322 |
| |
322 | 323 |
| |
|
0 commit comments
Comments
(0)