diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-09 12:39:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-09 12:39:08 -0400 |
commit | 3ed76bd3592f9d476edc0616b527c6fdce71ce85 (patch) | |
tree | 486d0db7da8e478e4e2af6b240e525c627a2b549 /src/backend/commands/portalcmds.c | |
parent | 29cfa88b942bf1febce157b8d7fe59cf421a1515 (diff) |
Check for fseeko() failure in pg_dump's _tarAddFile().
Coverity pointed out, not unreasonably, that we checked fseeko's
result at every other call site but these. Failure to seek in the
temp file (note this is NOT pg_dump's output file) seems quite
unlikely, and even if it did happen the file length cross-check
further down would probably detect the problem. Still, that's a
poor excuse for not checking the result of a system call.
Diffstat (limited to 'src/backend/commands/portalcmds.c')
0 files changed, 0 insertions, 0 deletions