File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.141 2004/05/21 05:07:56 tgl Exp $
10+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.142 2004/05/21 16:08:46 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
1818#include <signal.h>
1919#include <unistd.h>
2020#include <sys/stat.h>
21+ #include <sys/time.h>
2122
2223#include "access/clog.h"
2324#include "access/transam.h"
Original file line number Diff line number Diff line change 1313 *
1414 *
1515 * IDENTIFICATION
16- * $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.275 2004/05/08 19:09:24 tgl Exp $
16+ * $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.276 2004/05/21 16:08:46 tgl Exp $
1717 *
1818 *-------------------------------------------------------------------------
1919 */
2020#include "postgres.h"
2121
22+ #include <sys/time.h>
2223#include <unistd.h>
2324
2425#include "access/clog.h"
Original file line number Diff line number Diff line change 1010 *
1111 *
1212 * IDENTIFICATION
13- * $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.121 2004/05/21 05 :08:02 tgl Exp $
13+ * $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.122 2004/05/21 16 :08:47 tgl Exp $
1414 *
1515 *-------------------------------------------------------------------------
1616 */
1919#include <ctype.h>
2020#include <float.h>
2121#include <limits.h>
22+ #include <sys/time.h>
2223
2324#include "access/xact.h"
2425#include "libpq/pqformat.h"
You can’t perform that action at this time.
0 commit comments