pgsql: Fix possible use of uninitialised value in ts_headline() - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Fix possible use of uninitialised value in ts_headline()
Date
Msg-id E1aob5p-0004lI-GR@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix unstable regression test output.
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Fix possible use of uninitialised value in ts_headline()