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/commands/dbcommands.c | |
| parent | 36e3df07674ba219799928c7048e2e9f2d660349 (diff) | |
Move dbcommands.c to commands/.  It should not be in the parser directory.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
| -rw-r--r-- | src/backend/commands/dbcommands.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index cd0333ea683..861ce8db810 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -7,7 +7,7 @@   *   *   * IDENTIFICATION - *	  $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.1 1997/11/24 05:20:51 momjian Exp $ + *	  $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.2 1997/11/24 05:32:18 momjian Exp $   *   *-------------------------------------------------------------------------   */ @@ -28,7 +28,7 @@  #include "catalog/pg_user.h"  #include "catalog/pg_database.h"  #include "utils/syscache.h" -#include "parser/dbcommands.h" +#include "commands/dbcommands.h"  #include "tcop/tcopprot.h"  #include "storage/bufmgr.h"  #include "storage/lmgr.h" | 
