Focus on ftello result < 0 instead of errno Rather than reset errno (or just hope that its cleared already), check just the result of the ftello for < 0 to determine if there was an issue.
Oversight by me, pointed out by Tom. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/5e8e794e3be9fbeddf6f2e2c0515dd0f04c784ec Modified Files -------------- src/bin/pg_dump/pg_backup_custom.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
