Silence Valgrind complaint with EXEC_BACKEND
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Silence Valgrind complaint with EXEC_BACKEND The padding bytes written to the backend params file were uninitialized. That's harmless because we don't access the padding bytes when we read the file back in, but Valgrind doesn't know that. In any case, clear the padding bytes to make Valgrind happy. Reported-by: Alexander Lakhin Discussion: https://www.postgresql.org/message-id/014768ed-8b39-c44f-b07c-098c87b1644c@gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +8 −0 |
Discussion
- Refactoring backend fork+exec code 63 messages · 2023-06-18 → 2024-07-03