pgsql: Fix crash of filter(tsvector)

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: Fix crash of filter(tsvector)
Дата
Msg-id E1axyGJ-0001A4-7T@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix transient mdsync() errors of truncated relations due to 72a9
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix more typos