Centralize implementation of delay code by creating a pg_usleep()

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 58f337a3435cd6ac46dfca4ce1a44b837080745e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-02-10T03:42:45Z
Releases: 8.0.0
Centralize implementation of delay code by creating a pg_usleep()
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?

Files