We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7611f9 commit 7efbf6dCopy full SHA for 7efbf6d
src/backend/tcop/postgres.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.514 2006/10/08 17:15:34 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.515 2006/10/08 17:45:50 momjian Exp $
12
13
* NOTES
14
* this is the "main" module of the postgres backend and
@@ -27,6 +27,7 @@
27
#include <sys/select.h>
28
#endif
29
#ifdef HAVE_SYS_RESOURCE_H
30
+#include <sys/time.h>
31
#include <sys/resource.h>
32
33
#ifdef HAVE_GETOPT_H
0 commit comments