Add comment explaining possible compiler warning:

Bruce Momjian <bruce@momjian.us>

Commit: 55481228299eee3cfb1ea5097ddd5558bea5382e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-11-29T03:01:54Z
Releases: 8.0.0
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");

Files

PathChange+/−
src/bin/pg_dump/pg_backup_tar.c modified +5 −1