diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-01-15 00:42:37 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-01-15 00:42:37 +0200 |
commit | 3f4b1749a8168893558f70021be4f40c650bbada (patch) | |
tree | 67a0b01d652b39d64e358fb4c232debfb0ab24d7 /src/backend/access/gist/gistvacuum.c | |
parent | 325c54b69cbddc03445ca6c3198d2998c5d5818f (diff) | |
download | postgresql-3f4b1749a8168893558f70021be4f40c650bbada.tar.gz postgresql-3f4b1749a8168893558f70021be4f40c650bbada.zip |
Return value of lseek() can be negative on failure.
Because the return value of lseek() was assigned to an unsigned size_t
variable, we'd fail to notice an error return code -1. Compiler gave a
warning about this.
Andres Freund
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions