File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 55# The libc symbol that implements a particular standard interface is
66# implementation-dependent. For example, strncpy() shows up as "__GI_strncpy"
77# on some platforms. Use wildcards to avoid mentioning such specific names.
8+ # Avoid mentioning functions that are good candidates for inlining,
9+ # particularly single-caller static functions. Suppressions mentioning them
10+ # would be ineffective at higher optimization levels.
811
912
1013# We have occasion to write raw binary structures to disk or to the network.
6366 fun:write_relcache_init_file
6467}
6568
69+ {
70+ padding_reorderbuffer_serialize
71+ Memcheck:Param
72+ write(buf)
73+
74+ ...
75+ fun:ReorderBufferSerializeTXN
76+ }
77+
6678
6779# gcc on ppc64 can generate a four-byte read to fetch the final "char" fields
6880# of a FormData_pg_cast. This is valid compiler behavior, because a proper
You can’t perform that action at this time.
0 commit comments