Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes.

Peter Geoghegan <pg@bowt.ie>

From: Peter Geoghegan <pg@bowt.ie>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, pgsql-committers <pgsql-committers@postgresql.org>
Date: 2018-02-27T22:33:08Z
Lists: pgsql-hackers
On Thu, Feb 22, 2018 at 6:32 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>> Attached patch does this. I cannot recreate this issue locally, but
>> this should still fix it on skink.
>
> Committed.

Looks like it worked.

-- 
Peter Geoghegan


Commits

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

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

  3. Support parallel btree index builds.