diff options
Diffstat (limited to 'src/backend/storage/smgr/md.c')
| -rw-r--r-- | src/backend/storage/smgr/md.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/storage/smgr/md.c b/src/backend/storage/smgr/md.c index 33cf5da88a..f96431d5a4 100644 --- a/src/backend/storage/smgr/md.c +++ b/src/backend/storage/smgr/md.c @@ -7,21 +7,21 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.48 1999/07/15 22:39:54 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.49 1999/07/16 03:13:47 momjian Exp $ * *------------------------------------------------------------------------- */ #include <unistd.h> -#include <stdio.h> /* for sprintf() */ +#include <stdio.h> #include <string.h> -#include <fcntl.h> /* for open() flags */ +#include <fcntl.h> #include <sys/file.h> #include "postgres.h" -#include "miscadmin.h" /* for DataDir */ +#include "miscadmin.h" #include "catalog/catalog.h" -#include "storage/smgr.h" /* where the declarations go */ +#include "storage/smgr.h" #undef DIAGNOSTIC |
