Create a standard function pg_sleep() to sleep for a specified amount of time.

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

Commit: 782eefc580a503db4773cd177b17dcc6fd33b058
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-11T20:12:43Z
Releases: 8.2.0
Create a standard function pg_sleep() to sleep for a specified amount of time.
Replace the former ad-hoc implementation used in the regression tests.
Joachim Wieland

Files