Add comment explaining possible compiler warning:
authorBruce Momjian <[email protected]>
Mon, 29 Nov 2004 03:01:54 +0000 (03:01 +0000)
committerBruce Momjian <[email protected]>
Mon, 29 Nov 2004 03:01:54 +0000 (03:01 +0000)
commit55481228299eee3cfb1ea5097ddd5558bea5382e
tree7d3fc78bcbfb5a2b14cec14e72bd85761c64343a
parenteeed2274e59c9a4f43839567716858978e384944
Add comment explaining possible compiler warning:

    /*
     *  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");
src/bin/pg_dump/pg_backup_tar.c