pgsql: Adapt valgrind.supp to the XLogInsert() split. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Adapt valgrind.supp to the XLogInsert() split.
Date
Msg-id E1Xp4NU-0004gG-Q0@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dumpall to restore its ability to dump from ancient serve
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve logical decoding log messages