pgsql: Avoid uninitialized bits in the result of QTN2QT(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Avoid uninitialized bits in the result of QTN2QT().
Date
Msg-id E1QOwFT-0006as-8V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid uninitialized bits in the result of QTN2QT().

Found with additional valgrind testing.

Noah Misch

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid uninitialized bits in the result of QTN2QT().