Re: Replace plain-memory ordered array by binary tree in ts_stat() function.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Replace plain-memory ordered array by binary tree in ts_stat() function.
Дата
Msg-id 4922C6A3.80300@Sun.COM
обсуждение исходный текст
Ответы Re: Re: Replace plain-memory ordered array by binary tree in ts_stat() function.  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
The patch mentioned in the subject leaves this compiler warning:

tsvector_op.c: In function ‘insertStatEntry’:
tsvector_op.c:815: warning: ‘res’ may be used uninitialized in this function

I took a quick look but it is not immediately obvious whether the 
compiler might actually have a point here.  Could you please fix this?


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: On-list behavior WAS: Simple postgresql.conf wizard
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Block-level CRC checks