pgsql: Fix oversight in recent parameterized-path patch.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix oversight in recent parameterized-path patch.
Дата
Msg-id E1SNTGZ-00077m-EW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix oversight in recent parameterized-path patch.

bitmap_scan_cost_est() has to be able to cope with a BitmapOrPath, but
I'd taken a shortcut that didn't work for that case.  Noted by Heikki.
Add some regression tests since this area is evidently under-covered.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7c85aa39fc08df44e1ce67e651bda4cf7e331580

Modified Files
--------------
src/backend/optimizer/path/indxpath.c      |   13 ++++---
src/test/regress/expected/create_index.out |   51 ++++++++++++++++++++++++++++
src/test/regress/sql/create_index.sql      |   16 +++++++++
3 files changed, 75 insertions(+), 5 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Accept strings in functions returning composite types
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation around historical calendar rules.