diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-01-05 18:43:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-01-05 18:43:18 +0000 |
commit | 9db64857e0bd31eee463e90c21aba52be8174726 (patch) | |
tree | 3872821a2d3c96896bfccbd450ab29ab977a467d /src/backend/tcop/utility.c | |
parent | deea69b90efa866544de6dd34b6e01c04f09806f (diff) | |
download | postgresql-9db64857e0bd31eee463e90c21aba52be8174726.tar.gz |
Move variable.c to commands/ and aclchk.c to catalog/.
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 ad484390ae..74cd794f01 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.35 1998/01/05 16:39:32 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.36 1998/01/05 18:43:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,6 +35,7 @@ #include "commands/explain.h" #include "commands/trigger.h" #include "commands/proclang.h" +#include "commands/variable.h" #include "nodes/parsenodes.h" #include "../backend/parser/parse.h" @@ -45,7 +46,6 @@ #include "rewrite/rewriteDefine.h" #include "tcop/tcopdebug.h" #include "tcop/dest.h" -#include "tcop/variable.h" #include "tcop/utility.h" #include "fmgr.h" /* For load_file() */ #include "storage/fd.h" |