pgsql: Add valgrind suppression for padding bytes in twophase records.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add valgrind suppression for padding bytes in twophase records.
Date: 2014-09-01 14:09:57
Message-ID: E1XOSIv-0003rN-9Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add valgrind suppression for padding bytes in twophase records.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9a0a12f683235d3e10b873baba974f6414297a7e

Modified Files
--------------
src/tools/valgrind.supp | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-09-01 22:38:11 pgsql: Fix unportable use of isspace().
Previous Message Andres Freund 2014-09-01 14:09:56 pgsql: Add skip-empty-xacts option to test_decoding for use in the regr