Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc16afb4

Browse files
committed
Whoever touched this code last doesn't seem to understand
what a header file is for :-(
1 parent76898cd commitc16afb4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎src/backend/tcop/utility.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.75 1999/12/16 17:24:15 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.76 1999/12/20 01:19:58 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -31,22 +31,19 @@
3131
#include"commands/rename.h"
3232
#include"commands/sequence.h"
3333
#include"commands/trigger.h"
34+
#include"commands/user.h"
3435
#include"commands/vacuum.h"
3536
#include"commands/variable.h"
3637
#include"commands/view.h"
3738
#include"miscadmin.h"
39+
#include"parser/parse.h"
3840
#include"rewrite/rewriteDefine.h"
3941
#include"rewrite/rewriteRemove.h"
4042
#include"tcop/utility.h"
4143
#include"utils/acl.h"
4244
#include"utils/ps_status.h"
4345
#include"utils/syscache.h"
4446

45-
#include"../backend/parser/parse.h"
46-
47-
voidDefineUser(CreateUserStmt*stmt,CommandDest);
48-
voidAlterUser(AlterUserStmt*stmt,CommandDest);
49-
voidRemoveUser(char*username,CommandDest);
5047

5148
/* ----------------
5249
*CHECK_IF_ABORTED() is used to avoid doing unnecessary

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp