Skip to content

Commit 9a0a12f

Browse files
committed
Add valgrind suppression for padding bytes in twophase records.
1 parent 5a64cb7 commit 9a0a12f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/tools/valgrind.supp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,22 @@
7575
fun:ReorderBufferSerializeTXN
7676
}
7777

78+
{
79+
padding_twophase_prepare
80+
Memcheck:Param
81+
write(buf)
82+
83+
...
84+
fun:EndPrepare
85+
}
86+
87+
88+
{
89+
padding_twophase_CRC
90+
Memcheck:Value8
91+
fun:EndPrepare
92+
}
93+
7894

7995
# gcc on ppc64 can generate a four-byte read to fetch the final "char" fields
8096
# of a FormData_pg_cast. This is valid compiler behavior, because a proper

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy