Code review for EXPLAIN patch. Fix some typos, make it behave sanely
Tom Lane <tgl@sss.pgh.pa.us>
Code review for EXPLAIN patch. Fix some typos, make it behave sanely across multiple loops, get rid of the shaky assumption that exactly one tuple is returned per node iteration.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/instrument.c | modified | +108 −70 |
| src/include/executor/instrument.h | modified | +5 −6 |