diff options
| author | Tom Lane | 2004-05-21 05:08:06 +0000 |
|---|---|---|
| committer | Tom Lane | 2004-05-21 05:08:06 +0000 |
| commit | 63bd0db12199c5df043e1dea0f2b574f622b3a4c (patch) | |
| tree | dbafdb6e4541162ad369dbfeca24cbd62aefddcc /src/include/commands | |
| parent | 260b513fc37b6ed2df51586c487d0832b89d0d70 (diff) | |
Integrate src/timezone library for all platforms. There is more we can
and should do now that we control our own destiny for timezone handling,
but this commit gets the bulk of the picayune diffs in place.
Magnus Hagander and Tom Lane.
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/vacuum.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 9abb09948f6..a39e90a4a14 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -7,16 +7,13 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.51 2004/02/15 21:01:39 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.52 2004/05/21 05:08:04 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef VACUUM_H #define VACUUM_H -#include <time.h> -#include <sys/time.h> - #ifdef HAVE_GETRUSAGE #include <sys/resource.h> #else @@ -28,6 +25,7 @@ #include "catalog/pg_statistic.h" #include "catalog/pg_type.h" #include "nodes/parsenodes.h" +#include "pgtime.h" #include "utils/rel.h" |
