mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
if the limit were directly applied to it. This does not actually add a LIMIT plan node to the generated subqueries --- that would be useless overhead --- but it does cause the planner to prefer fast- start plans when the limit is small. After an idea from Phil Endecott.