Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Jun 2006 19:30:56 +0000 (19:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Jun 2006 19:30:56 +0000 (19:30 +0000)
commitd797e0fe2285d25398705ec158390dce0e0136ab
tree24b2843bc8a529b988ade728ce42c615da13515f
parentd9ab129a36faee7356c6a9995a78f44219a0ccd1
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.
src/backend/executor/execProcnode.c
src/backend/executor/instrument.c
src/include/executor/instrument.h