pgsql: Avoid uninitialized bits in the result of QTN2QT().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid uninitialized bits in the result of QTN2QT().
Date: 2011-05-24 18:22:31
Message-ID: E1QOwFT-0006av-Bg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid uninitialized bits in the result of QTN2QT().

Found with additional valgrind testing.

Noah Misch

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
src/backend/utils/adt/tsquery_util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-24 18:36:24 pgsql: Add a "local" replication sample entry
Previous Message Tom Lane 2011-05-24 14:44:57 Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.