diff options
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r-- | src/backend/commands/dbcommands.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index b08f6545044..39819fe14dc 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.55 2000/05/28 17:55:55 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.56 2000/05/30 00:49:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -24,23 +24,14 @@ #include <sys/types.h> #include "access/heapam.h" -#include "access/htup.h" -#include "access/skey.h" -#include "access/xact.h" #include "catalog/catname.h" -#include "catalog/indexing.h" #include "catalog/pg_database.h" #include "catalog/pg_shadow.h" #include "commands/comment.h" #include "miscadmin.h" -#include "storage/bufmgr.h" /* for DropBuffers */ -#include "storage/fd.h" /* for closeAllVfds */ #include "storage/sinval.h" /* for DatabaseHasActiveBackends */ #include "utils/builtins.h" #include "utils/fmgroids.h" -#include "utils/elog.h" -#include "utils/palloc.h" -#include "utils/rel.h" #include "utils/syscache.h" |