Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot

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

Commit: 2ef172a2a4d8c093c0f2d4d580d5aab1ca8dcffe
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-15T21:19:55Z
Releases: 8.1.0
Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot
in an inconsistent state.  (This is only latent because in reality
ExecSeqRestrPos is dead code at the moment ... but someday maybe it won't
be.)  Add some comments about what the API for plan node mark/restore
actually is, because it's not immediately obvious.

Files