Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL

Simon Riggs <simon@2ndQuadrant.com>

Commit: 1fa42debe676146f1f3e4809ef42e9a0f300e112
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2016-09-09T10:43:08Z
Releases: 9.6.0
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL

lazy_truncate_heap() was waiting for
VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL, but in microseconds
not milliseconds as originally intended.

Found by code inspection.

Simon Riggs

Files

PathChange+/−
src/backend/commands/vacuumlazy.c modified +1 −1