mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 08:09:18 -04:00
2f35b4efdb
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.