pgsql: Fix oversight in tsearch type check

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: Fix oversight in tsearch type check
Дата
Msg-id E1ZccOm-0005o0-1L@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix oversight in tsearch type check  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
Fix oversight in tsearch type check

Use IsBinaryCoercible() method instead of custom
is_expected_type/is_text_type functions which was introduced when tsearch2
was moved into core.

Per report by David E. Wheeler
Analysis by Tom Lane
Patch by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9acb9007de30b3daaa9efc16763c3bc6e3e0a92d

Modified Files
--------------
src/backend/utils/adt/tsvector_op.c |   42 ++++-------------------------------
1 file changed, 4 insertions(+), 38 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Honour TEMP_CONFIG when testing pg_upgrade
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Fix oversight in tsearch type check