pgsql: Adapt valgrind.supp to the XLogInsert() split.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adapt valgrind.supp to the XLogInsert() split.
Date: 2014-11-14 00:04:40
Message-ID: E1Xp4NU-0004gG-Q0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adapt valgrind.supp to the XLogInsert() split.

The CRC computation now happens in XLogInsertRecord(), not
XLogInsert() itself anymore.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/473f162ce1faabeb2d572b9805311081919e5deb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-11-14 02:03:16 pgsql: Improve logical decoding log messages
Previous Message Tom Lane 2014-11-13 23:20:03 pgsql: Fix pg_dumpall to restore its ability to dump from ancient serve