pgsql: Fix parallel amvacuumcleanup safety bug.

2021-11-02 Thread Peter Geoghegan
Fix parallel amvacuumcleanup safety bug. Commit b4af70cb inverted the return value of the function parallel_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.

pgsql: Fix parallel amvacuumcleanup safety bug.

2021-11-02 Thread Peter Geoghegan
Fix parallel amvacuumcleanup safety bug. Commit b4af70cb inverted the return value of the function parallel_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.