Add comment explaining possible compiler warning:
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_tar.c | modified | +5 −1 |