pgsql/src/include/optimizer (planmain.h)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/optimizer (planmain.h)
Date: 2000-10-26 21:38:58
Message-ID: 200010262138.e9QLcwV80921@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, October 26, 2000 @ 17:38:24
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/optimizer
from hub.org:/home/projects/pgsql/tmp/cvs-serv71501/src/include/optimizer

Modified Files:
planmain.h

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-26 21:46:09 Re: pgsql (configure)
Previous Message Tom Lane 2000-10-26 21:38:23 pgsql/src/include/nodes (execnodes.h nodes.h plannodes.h)