8000
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 fb8ac3f commit 16cc9dfCopy full SHA for 16cc9df
src/backend/storage/buffer/bufmgr.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.149 2003/12/14 00:34:47 neilc Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.150 2003/12/20 22:18:02 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -41,9 +41,10 @@
41
42
#include "postgres.h"
43
44
-#include <sys/file.h>
45
#include <math.h>
46
#include <signal.h>
+#include <sys/file.h>
47
+#include <sys/time.h>
48
#include <unistd.h>
49
50
#include "lib/stringinfo.h"
0 commit comments