pgsql: Fix possible use of uninitialised value in ts_headline()

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: Fix possible use of uninitialised value in ts_headline()
Дата
Msg-id E1aob5p-0004lI-GR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix possible use of uninitialised value in ts_headline()

Found during investigation of failure of skink buildfarm member and its
valgrind report.

Backpatch to all supported branches

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cb0c8cbf316f9362c11d7a8356e6f459258ae78e

Modified Files
--------------
src/backend/tsearch/wparser_def.c | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unstable regression test output.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Fix possible use of uninitialised value in ts_headline()