pgsql: Avoid inserting no-op Limit plan nodes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid inserting no-op Limit plan nodes.
Дата
Msg-id E1UGDYY-000817-1U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid inserting no-op Limit plan nodes.

This was discussed in connection with the patch to avoid inserting no-op
Result nodes, but not actually implemented therein.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a1832eb085e5bca198735e5d0e766a3cb61b8fc

Modified Files
--------------
src/backend/optimizer/plan/planner.c          |   57 +++++++++++++++++++++++-
src/test/regress/expected/updatable_views.out |   60 +++++++++++-------------
2 files changed, 84 insertions(+), 33 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Revert unnecessary change in MV call to checkRuleResultList().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Extend format() to handle field width and left/right alignment.