postgresql/src/backend/utils/init
Tom Lane 58f337a343 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?
2004-02-10 03:42:45 +00:00
..
findbe.c Briefly, 2004-02-02 00:11:31 +00:00
globals.c Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
miscinit.c Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
postinit.c This patch properly sets the prototype for the on_shmem_exit and 2003-12-12 18:45:10 +00:00