• Simon Riggs's avatar
    Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL · dcb12ce8
    Simon Riggs authored
    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
    dcb12ce8
vacuumlazy.c 66.4 KB