Обсуждение: pgsql: Fix tsquerysel() to not fail on an empty TSQuery.

Поиск
Список
Период
Сортировка

pgsql: Fix tsquerysel() to not fail on an empty TSQuery.

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix tsquerysel() to not fail on an empty TSQuery.  Per report from
Tatsuo Ishii.

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        ts_selfuncs.c (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_selfuncs.c?r1=1.2&r2=1.3)