From 49656346b87fd4a1c7ea82b3b909a39daa9a2dd1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 24 Nov 1997 05:32:56 +0000 Subject: Move dbcommands.c to commands/. It should not be in the parser directory. --- src/backend/tcop/utility.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/tcop/utility.c') diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index 0ce74f31e5e..2e9b764644d 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -9,12 +9,11 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.30 1997/11/21 19:02:42 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.31 1997/11/24 05:32:40 momjian Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "parser/dbcommands.h" #include "access/xact.h" #include "access/heapam.h" #include "catalog/catalog.h" @@ -25,6 +24,7 @@ #include "commands/command.h" #include "commands/copy.h" #include "commands/creatinh.h" +#include "commands/dbcommands.h" #include "commands/sequence.h" #include "commands/defrem.h" #include "commands/rename.h" -- cgit v1.2.3