OSDN Git Service

Whoever touched this code last doesn't seem to understand
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 1999 01:19:58 +0000 (01:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 1999 01:19:58 +0000 (01:19 +0000)
what a header file is for :-(

src/backend/tcop/utility.c

index 6323625..e6d609e 100644 (file)
@@ -9,7 +9,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.75 1999/12/16 17:24:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.76 1999/12/20 01:19:58 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include "commands/rename.h"
 #include "commands/sequence.h"
 #include "commands/trigger.h"
+#include "commands/user.h"
 #include "commands/vacuum.h"
 #include "commands/variable.h"
 #include "commands/view.h"
 #include "miscadmin.h"
+#include "parser/parse.h"
 #include "rewrite/rewriteDefine.h"
 #include "rewrite/rewriteRemove.h"
 #include "tcop/utility.h"
 #include "utils/ps_status.h"
 #include "utils/syscache.h"
 
-#include "../backend/parser/parse.h"
-
-void           DefineUser(CreateUserStmt *stmt, CommandDest);
-void           AlterUser(AlterUserStmt *stmt, CommandDest);
-void           RemoveUser(char *username, CommandDest);
 
 /* ----------------
  *             CHECK_IF_ABORTED() is used to avoid doing unnecessary