forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf6162c0
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 parent61a86ed commitf6162c0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4120 | 4120 |
| |
4121 | 4121 |
| |
4122 | 4122 |
| |
4123 |
| - | |
| 4123 | + | |
4124 | 4124 |
| |
4125 | 4125 |
| |
4126 | 4126 |
| |
|
0 commit comments
Comments
(0)