diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2023-12-01 22:30:08 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2023-12-01 22:30:08 +0200 |
commit | b19890d49d122257ddcdb7ab2c5038f5075906c1 (patch) | |
tree | fa3831c7d1e6b5a162b0dbbf03def3dbc316a81d /contrib/postgres_fdw/option.c | |
parent | 0d93ce31a584ff454f39df9f94f84376756e074b (diff) | |
download | postgresql-b19890d49d122257ddcdb7ab2c5038f5075906c1.tar.gz postgresql-b19890d49d122257ddcdb7ab2c5038f5075906c1.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/option.c')
0 files changed, 0 insertions, 0 deletions