pgsql: Remove overly-pessimistic statement about constraint exclusion.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove overly-pessimistic statement about constraint exclusion.
Дата
Msg-id E1T4OXG-0002xD-6v@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove overly-pessimistic statement about constraint exclusion.

As of 9.2, constraint exclusion should work okay with prepared statements:
the planner will try custom plans with actual values of the parameters,
and observe that they are a lot cheaper than the generic plan, and thus
never fall back to using the generic plan.  Noted by Tatsuhito Kasahara.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ead31d1a72b1a99b2741c42adc951564992fb24f

Modified Files
--------------
doc/src/sgml/ddl.sgml |   10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make a cut at a major-features list for 9.2.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove overly-pessimistic statement about constraint exclusion.