projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e413a0
)
Add missing <limits.h>
author
Alvaro Herrera
<
[email protected]
>
Thu, 7 Mar 2019 13:08:29 +0000
(10:08 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Thu, 7 Mar 2019 13:08:29 +0000
(10:08 -0300)
Per buildfarm
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index 082dc841e9b4c133e85a224dfaff78713feaead8..e962ae7e913e6bd7fc42ee7d4cf999b193cbb089 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-33,6
+33,7
@@
#include <unistd.h>
#include <ctype.h>
+#include <limits.h>
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif