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 b9b8831 commit 1c05b0bCopy full SHA for 1c05b0b
src/backend/utils/cache/relmapper.c
@@ -33,13 +33,14 @@
33
*
34
35
* IDENTIFICATION
36
- * $PostgreSQL: pgsql/src/backend/utils/cache/relmapper.c,v 1.1 2010/02/07 20:48:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/cache/relmapper.c,v 1.2 2010/02/07 22:00:53 tgl Exp $
37
38
*-------------------------------------------------------------------------
39
*/
40
#include "postgres.h"
41
42
#include <fcntl.h>
43
+#include <sys/stat.h>
44
#include <unistd.h>
45
46
#include "access/xact.h"
0 commit comments