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 e6319d1 commit 748a15aCopy full SHA for 748a15a
src/include/commands/vacuum.h
@@ -7,13 +7,15 @@
7
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.52 2004/05/21 05:08:04 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.53 2004/05/21 16:22:38 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef VACUUM_H
15
#define VACUUM_H
16
17
+#include <sys/time.h>
18
+
19
#ifdef HAVE_GETRUSAGE
20
#include <sys/resource.h>
21
#else
0 commit comments