diff options
author | Marc G. Fournier <scrappy@hub.org> | 1999-08-02 05:57:07 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1999-08-02 05:57:07 +0000 |
commit | 10ace1fac8d9f2aa887a1095340e218430928fce (patch) | |
tree | 9d6bb091bfbf0b16bb7ad29e5c042de12ee4b678 /src/backend/commands/dbcommands.c | |
parent | 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 (diff) |
Another mass of them... just #include file changes and/or DOUBLEALIGN->MAXALIGN
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r-- | src/backend/commands/dbcommands.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index 06f0a8115a5..72a53f3c9d6 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -7,31 +7,22 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.35 1999/05/25 16:08:21 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.35.2.1 1999/08/02 05:56:58 scrappy Exp $ * *------------------------------------------------------------------------- */ -#include <stdio.h> -#include <string.h> #include <signal.h> #include <sys/stat.h> #include "postgres.h" #include "access/heapam.h" -#include "access/htup.h" -#include "access/relscan.h" #include "catalog/catname.h" #include "catalog/pg_database.h" #include "catalog/pg_shadow.h" -#include "fmgr.h" -#include "miscadmin.h" /* for DataDir */ -#include "storage/bufmgr.h" -#include "storage/fd.h" -#include "storage/lmgr.h" -#include "tcop/tcopprot.h" #include "commands/dbcommands.h" -#include "utils/rel.h" +#include "miscadmin.h" +#include "tcop/tcopprot.h" #include "utils/syscache.h" |