Re: BUG #7793: tsearch_data thesaurus size limit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #7793: tsearch_data thesaurus size limit
Дата
Msg-id 10272.1357519266@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #7793: tsearch_data thesaurus size limit  (davios@gmail.com)
Ответы Re: BUG #7793: tsearch_data thesaurus size limit  (David Boutin <davios@gmail.com>)
Список pgsql-bugs
davios@gmail.com writes:
> [ thesaurus dictionary fails for more than 64K entries ]

I see a whole bunch of uses of "uint16" in
src/backend/tsearch/dict_thesaurus.c.  It's not immediately clear which
of these would need to be widened to support more entries, or what the
storage cost of doing that would be.  We probably should at least put in
a range check so that you get a clean failure instead of a crash though.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #7792: pg_dump does not treat -c flag correctly when using tar format
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #7790: null filters in CTEs don't work