Code review for EXPLAIN patch. Fix some typos, make it behave sanely

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

Commit: a18ebc5541c20bf6aca70532bbf1a0531d1b2659
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-05-30T19:24:25Z
Releases: 8.2.0
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

PathChange+/−
src/backend/executor/instrument.c modified +108 −70
src/include/executor/instrument.h modified +5 −6