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

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix possible use of uninitialised value in ts_headline()
Date: 2016-04-08 18:25:17
Message-ID: E1aob5p-0004lI-GR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-04-08 18:25:36 pgsql: Fix possible use of uninitialised value in ts_headline()
Previous Message Tom Lane 2016-04-08 18:15:34 pgsql: Fix unstable regression test output.