• Tom Lane's avatar
    Centralize implementation of delay code by creating a pg_usleep() · 58f337a3
    Tom Lane authored
    subroutine in src/port/pgsleep.c.  Remove platform dependencies from
    miscadmin.h and put them in port.h where they belong.  Extend recent
    vacuum cost-based-delay patch to apply to VACUUM FULL, ANALYZE, and
    non-btree index vacuuming.
    
    By the way, where is the documentation for the cost-based-delay patch?
    58f337a3
vacuum.h 1.75 KB