mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Add valgrind suppression for padding bytes in twophase records.
This commit is contained in:
parent
5a64cb740d
commit
9a0a12f683
@ -75,6 +75,22 @@
|
||||
fun:ReorderBufferSerializeTXN
|
||||
}
|
||||
|
||||
{
|
||||
padding_twophase_prepare
|
||||
Memcheck:Param
|
||||
write(buf)
|
||||
|
||||
...
|
||||
fun:EndPrepare
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
padding_twophase_CRC
|
||||
Memcheck:Value8
|
||||
fun:EndPrepare
|
||||
}
|
||||
|
||||
|
||||
# gcc on ppc64 can generate a four-byte read to fetch the final "char" fields
|
||||
# of a FormData_pg_cast. This is valid compiler behavior, because a proper
|
||||
|
Loading…
Reference in New Issue
Block a user