• Tom Lane's avatar
    Suppress -Wunused-result warnings about write() and fwrite(). · aa90e148
    Tom Lane authored
    This is merely an exercise in satisfying pedants, not a bug fix, because
    in every case we were checking for failure later with ferror(), or else
    there was nothing useful to be done about a failure anyway.  Document
    the latter cases.
    aa90e148
copy.c 106 KB