projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7611f9
)
Add include needed for new getrusage() call.
author
Bruce Momjian
Sun, 8 Oct 2006 17:45:50 +0000
(17:45 +0000)
committer
Bruce Momjian
Sun, 8 Oct 2006 17:45:50 +0000
(17:45 +0000)
src/backend/tcop/postgres.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/postgres.c
b/src/backend/tcop/postgres.c
index 369b40d20527a8949e01f3dcaa3d23096eee1400..599bb8aa8636a0cd948927a7c5f858b0ad9c8a39 100644
(file)
--- a/
src/backend/tcop/postgres.c
+++ b/
src/backend/tcop/postgres.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.51
4 2006/10/08 17:15:34 tgl
Exp $
+ * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.51
5 2006/10/08 17:45:50 momjian
Exp $
*
* NOTES
* this is the "main" module of the postgres backend and
@@
-27,6
+27,7
@@
#include
#endif
#ifdef HAVE_SYS_RESOURCE_H
+#include
#include
#endif
#ifdef HAVE_GETOPT_H