Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit748a15a

Browse files
committed
Probably need sys/time.h here too to be safe.
1 parente6319d1 commit748a15a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/include/commands/vacuum.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
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/include/commands/vacuum.h,v 1.52 2004/05/2105:08:04 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.53 2004/05/2116:22:38 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndefVACUUM_H
1515
#defineVACUUM_H
1616

17+
#include<sys/time.h>
18+
1719
#ifdefHAVE_GETRUSAGE
1820
#include<sys/resource.h>
1921
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp