summaryrefslogtreecommitdiff
path: root/src/backend/commands/amcmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-08-09 12:39:08 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-08-09 12:39:08 -0400
commit3ed76bd3592f9d476edc0616b527c6fdce71ce85 (patch)
tree486d0db7da8e478e4e2af6b240e525c627a2b549 /src/backend/commands/amcmds.c
parent29cfa88b942bf1febce157b8d7fe59cf421a1515 (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/amcmds.c')
0 files changed, 0 insertions, 0 deletions