mirror of
https://github.com/postgres/postgres.git
synced 2026-05-26 10:32:15 -04:00
3b167a4099
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.