Skip to content

Commit c837026

Browse files
committed
Add missing <limits.h> for INT64_IS_BUSTED case.
1 parent b65cd56 commit c837026

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_dump/pg_backup_tar.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*
1818
* IDENTIFICATION
19-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.32 2002/10/25 01:33:17 momjian Exp $
19+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.33 2003/01/10 23:49:06 tgl Exp $
2020
*
2121
*-------------------------------------------------------------------------
2222
*/
@@ -28,6 +28,7 @@
2828
#include <stdlib.h>
2929
#include <string.h>
3030
#include <ctype.h>
31+
#include <limits.h>
3132
#include <unistd.h>
3233

3334
static void _ArchiveEntry(ArchiveHandle *AH, TocEntry *te);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy