pgsql: Allow spgist's text_ops to handle pattern-matching operators.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Allow spgist's text_ops to handle pattern-matching operators.
Дата
Msg-id E1Rt18j-0003qE-0Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow spgist's text_ops to handle pattern-matching operators.

This was presumably intended to work this way all along, but a few key
bits of indxpath.c didn't get the memo.

Robert Haas and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0ed7445d7317318ffed0d8dac9a06611771d315b

Modified Files
--------------
src/backend/optimizer/path/indxpath.c |    4 +++-
src/include/catalog/pg_opfamily.h     |    1 +
2 files changed, 4 insertions(+), 1 deletions(-)


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

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Applied patch #1011157.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: ecpg: Improve test building