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 1d84088 commit 46c4e6fCopy full SHA for 46c4e6f
src/backend/storage/smgr/md.c
@@ -7,13 +7,14 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.8 1996/11/08 05:59:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.9 1996/11/25 06:33:51 bryanh Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <unistd.h>
15
#include <stdio.h> /* for sprintf() */
16
#include <string.h>
17
+#include <fcntl.h> /* for open() flags */
18
#include <sys/file.h>
19
20
#include "postgres.h"
0 commit comments