forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb19890d
committed
Silence Valgrind complaint with EXEC_BACKEND
The padding bytes written to the backend params file wereuninitialized. That's harmless because we don't access the paddingbytes when we read the file back in, but Valgrind doesn't knowthat. In any case, clear the padding bytes to make Valgrind happy.Reported-by: Alexander LakhinDiscussion:https://www.postgresql.org/message-id/014768ed-8b39-c44f-b07c-098c87b1644c@gmail.com1 parent0d93ce3 commitb19890d
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4490 | 4490 |
| |
4491 | 4491 |
| |
4492 | 4492 |
| |
| 4493 | + | |
| 4494 | + | |
| 4495 | + | |
| 4496 | + | |
| 4497 | + | |
| 4498 | + | |
| 4499 | + | |
| 4500 | + | |
4493 | 4501 |
| |
4494 | 4502 |
| |
4495 | 4503 |
| |
|
0 commit comments
Comments
(0)