forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc59278a
committed
Fix parallel amvacuumcleanup safety bug.
Commitb4af70c inverted the return value of the functionparallel_processing_is_safe(), but missed the amvacuumcleanup test.Index AMs that don't support parallel cleanup at all were affected.The practical consequences of this bug were not very serious. Hashindexes are affected, but since they just return the number of blocksduring hashvacuumcleanup anyway, it can't have had much impact.Author: Masahiko Sawada <sawada.mshk@gmail.com>Discussion:https://postgr.es/m/CAD21AoA-Em+aeVPmBbL_s1V-ghsJQSxYL-i3JP8nTfPiD1wjKw@mail.gmail.comBackpatch: 14-, where commitb4af70c appears.1 parent24f9e49 commitc59278a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4116 | 4116 |
| |
4117 | 4117 |
| |
4118 | 4118 |
| |
4119 |
| - | |
| 4119 | + | |
4120 | 4120 |
| |
4121 | 4121 |
| |
4122 | 4122 |
| |
|
0 commit comments
Comments
(0)