• Stephen Frost's avatar
    Focus on ftello result < 0 instead of errno · 5e8e794e
    Stephen Frost authored
    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.
    5e8e794e
pg_backup_custom.c 24.1 KB