• Bruce Momjian's avatar
    Add comment explaining possible compiler warning: · 55481228
    Bruce Momjian authored
        /*
         *  Some compilers with throw a warning knowing this test can never be
         *  true because off_t can't exceed the compared maximum.
         */
        if (th->fileLen > MAX_TAR_MEMBER_FILELEN)
            die_horribly(AH, modulename, "archive member too large for tar format\n");
    55481228
pg_backup_tar.c 28.5 KB