Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable

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

Commit: 5de0cbdf0cfbd78b4b4d91f9e8c68e3e75f59f99
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-06-09T19:30:56Z
Releases: 8.2.0
Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable
because node timing is much less predictable than the patch expects.  I kept
the API change for InstrStopNode, however.

Files