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
-
Avoid another valgrind complaint about write() of uninitalized bytes.
- de6428afe13b 11.0 landed
-
Avoid valgrind complaint about write() of uninitalized bytes.
- 9fafa413ac60 11.0 cited
-
Support parallel btree index builds.
- 9da0cc35284b 11.0 cited