projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b8831
)
Looks like we need #include <sys/stat.h> here on some
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 7 Feb 2010 22:00:53 +0000
(22:00 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 7 Feb 2010 22:00:53 +0000
(22:00 +0000)
platforms. Per buildfarm.
src/backend/utils/cache/relmapper.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/relmapper.c
b/src/backend/utils/cache/relmapper.c
index b22cadf6eb538f0e70463a27d64de550ddea482a..4a34e7eb7e102212c37a3f8d8153dff62054afa2 100644
(file)
--- a/
src/backend/utils/cache/relmapper.c
+++ b/
src/backend/utils/cache/relmapper.c
@@
-33,13
+33,14
@@
*
*
* IDENTIFICATION
- * $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 $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <fcntl.h>
+#include <sys/stat.h>
#include <unistd.h>
#include "access/xact.h"