Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in

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

Commit: 2f35b4efdbec6c161ca9bd491d6345134910c425
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-10-26T21:38:24Z
Releases: 7.1.1
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
ExecutorRun.  This allows LIMIT to work in a view.  Also, LIMIT in a
cursor declaration will behave in a reasonable fashion, whereas before
it was overridden by the FETCH count.

Files