Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execProcnode.c | modified | +2 −2 |
| src/backend/executor/instrument.c | modified | +27 −172 |
| src/include/executor/instrument.h | modified | +1 −5 |