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

Commit7efbf6d

Browse files
committed
Add include needed for new getrusage() call.
1 parentc7611f9 commit7efbf6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/tcop/postgres.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.514 2006/10/08 17:15:34 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.515 2006/10/08 17:45:50 momjian Exp $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -27,6 +27,7 @@
2727
#include<sys/select.h>
2828
#endif
2929
#ifdefHAVE_SYS_RESOURCE_H
30+
#include<sys/time.h>
3031
#include<sys/resource.h>
3132
#endif
3233
#ifdefHAVE_GETOPT_H

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp