mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
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.