projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b65cd56
)
Add missing <limits.h> for INT64_IS_BUSTED case.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 10 Jan 2003 23:49:06 +0000
(23:49 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 10 Jan 2003 23:49:06 +0000
(23:49 +0000)
src/bin/pg_dump/pg_backup_tar.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_backup_tar.c
b/src/bin/pg_dump/pg_backup_tar.c
index 6bbd1ba2a3d19c5f86808fdb0072aa9d3011d571..867d55e467e7a2b0b6f7e6edb8b57c5f34e2856d 100644
(file)
--- a/
src/bin/pg_dump/pg_backup_tar.c
+++ b/
src/bin/pg_dump/pg_backup_tar.c
@@
-16,7
+16,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.3
2 2002/10/25 01:33:17 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.3
3 2003/01/10 23:49:06 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-28,6
+28,7
@@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include <limits.h>
#include <unistd.h>
static void _ArchiveEntry(ArchiveHandle *AH, TocEntry *te);