Further pg_dump / ftello improvements

Stephen Frost <sfrost@snowman.net>

Commit: dfb1e9bdc0d0a506899b11038c7fce9631cac9fe
Author: Stephen Frost <sfrost@snowman.net>
Date: 2014-02-09T23:28:14Z
Releases: 9.4.0
Further pg_dump / ftello improvements

Make ftello error-checking consistent to all calls and remove a
bit of ftello-related code which has been #if 0'd out since 2001.

Note that we are not concerned with the ftello() call under
snprintf() failing as it is just building a string to call
exit_horribly() with; printing -1 in such a case is fine.

Files

PathChange+/−
src/bin/pg_dump/pg_backup_archiver.c modified +1 −2
src/bin/pg_dump/pg_backup_tar.c modified +3 −14