pgsql: Avoid another valgrind complaint about write() of uninitalized b

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid another valgrind complaint about write() of uninitalized b
Date: 2018-02-22 14:32:32
Message-ID: E1eorvE-0003Xe-6C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid another valgrind complaint about write() of uninitalized bytes.

Peter Geoghegan, per buildfarm member skink and Andres Freund

Discussion: http://postgr.es/m/20180221053426.gp72lw67yfpzkw7a@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/de6428afe13bb6eb1c99a70aada1a105966bc27e

Modified Files
--------------
src/backend/utils/sort/logtape.c | 12 ++++++++++++
1 file changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-02-22 15:05:47 pgsql: postgres_fdw: Fix interaction of PHVs with child joins.
Previous Message Robert Haas 2018-02-22 13:55:43 Re: pgsql: Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.