Re: Valgrind failures caused by multivariate stats patch

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org, Alvaro Herrera <alvherre@2ndquadrant.com>, Tomas Vondra <tv@fuzzy.cz>
Date: 2017-03-25T21:37:20Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I just tried to run valgrind before pushing my expression evaluation
> work, but that triggers independent failures:

FWIW, I just now finished valgrinding the regression tests on 457a44487
plus the expression patch, and it looked good.  So these failures
are definitely independent of your work.

			regards, tom lane


Commits

  1. Fix uninitialized memory propagation mistakes