Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 517b0d0

Browse files
committed
Quiet valgrind complaints following pread/pwrite changes
Per complaints from buildfarm and elsewhere Patch from Jasper Pedersen Discussion: https://postgr.es/m/0f419c91-49ab-2399-0143-13063bd97c46@redhat.com
1 parent 3a769d8 commit 517b0d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tools/valgrind.supp

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@
5252
{
5353
padding_XLogRecData_write
5454
Memcheck:Param
55-
write(buf)
55+
pwrite64(buf)
5656

57-
...
57+
...
58+
fun:pwrite
5859
fun:XLogWrite
5960
}
6061

0 commit comments

Comments
 (0)