diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:32:56 +0000 | 
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:32:56 +0000 | 
| commit | 49656346b87fd4a1c7ea82b3b909a39daa9a2dd1 (patch) | |
| tree | 5f1ddf9f42c9bd8c65688b26b9209d62ba2e6355 /src/backend/tcop/utility.c | |
| parent | 36e3df07674ba219799928c7048e2e9f2d660349 (diff) | |
Move dbcommands.c to commands/.  It should not be in the parser directory.
Diffstat (limited to 'src/backend/tcop/utility.c')
| -rw-r--r-- | src/backend/tcop/utility.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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" | 
