diff options
author | Andres Freund <andres@anarazel.de> | 2015-01-04 16:47:23 +0100 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-01-04 16:47:23 +0100 |
commit | 2ea95959afa225118374ab1691a5ccf84ae05ce8 (patch) | |
tree | e4ebce46fdfd6fd6669ca237554b3491ad9cbef4 /src/backend/access/gist/gistproc.c | |
parent | 8cadeb792cd08478a73cb0941bb67f03e8465090 (diff) | |
download | postgresql-2ea95959afa225118374ab1691a5ccf84ae05ce8.tar.gz |
Add error handling for failing fstat() calls in copy.c.
These calls are pretty much guaranteed not to fail unless something
has gone horribly wrong, and even in that case we'd just error out a
short time later. But since several code checkers complain about the
missing check it seems worthwile to fix it nonetheless.
Pointed out by Coverity.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions