pgsql: Adjust valgrind suppression to the changes in 2c03216d8311.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust valgrind suppression to the changes in 2c03216d8311.
Date: 2014-12-18 09:47:19
Message-ID: E1Y1Xfz-0001Ov-HW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust valgrind suppression to the changes in 2c03216d8311.

CRC computation is now done in XLogRecordAssemble.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/72950dc1d02c6b44c6475485fd5ef8ac277bbdd0

Modified Files
--------------
src/tools/valgrind.supp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-12-18 10:58:39 pgsql: Update .gitignore for config.cache.
Previous Message Noah Misch 2014-12-18 08:59:46 pgsql: Recognize Makefile line continuations in fetchRegressOpts().