Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL

Simon Riggs <simon@2ndQuadrant.com>

Commit: dcb12ce8d8691e0e526d3f38d14c4d7fc9c664f5
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2016-09-06T14:35:47Z
Releases: 10.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