diff options
| author | Andres Freund | 2014-11-13 23:59:40 +0000 |
|---|---|---|
| committer | Andres Freund | 2014-11-13 23:59:40 +0000 |
| commit | 473f162ce1faabeb2d572b9805311081919e5deb (patch) | |
| tree | f2d75152b356a354eb853722bb8d35c875ed8384 /src | |
| parent | be09ceb21882507bff95d74bad0ebe25efc227bd (diff) | |
Adapt valgrind.supp to the XLogInsert() split.
The CRC computation now happens in XLogInsertRecord(), not
XLogInsert() itself anymore.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/valgrind.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/valgrind.supp b/src/tools/valgrind.supp index 91742d790bc..4721c0a6fb6 100644 --- a/src/tools/valgrind.supp +++ b/src/tools/valgrind.supp @@ -45,7 +45,7 @@ padding_XLogRecData_CRC Memcheck:Value8 - fun:XLogInsert + fun:XLogInsertRecord } { |
