Обсуждение: pgsql: Fix crash of filter(tsvector)

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

pgsql: Fix crash of filter(tsvector)

От
Teodor Sigaev
Дата:
Fix crash of filter(tsvector)

Variable storing a position of lexeme, had a wrong type: char, it's
obviously not enough to store 2^14 possible positions.

Stas Kelvich

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4bbc1a7ea351f235eb9a4475ceb17d7e37a36473

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