projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6508241
)
Another one bite sthe dust
author
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 08:02:40 +0000
(08:02 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 08:02:40 +0000
(08:02 +0000)
src/include/commands/command.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/commands/command.h
b/src/include/commands/command.h
index c18fd00748a32f12fece61c89b39767fbdebf023..4444552d2da88513e2df27ea41991e914e186cfe 100644
(file)
--- a/
src/include/commands/command.h
+++ b/
src/include/commands/command.h
@@
-6,15
+6,16
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.
1 1996/08/28 07:21:43
scrappy Exp $
+ * $Id: command.h,v 1.
2 1996/11/06 08:02:40
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef COMMAND_H
#define COMMAND_H
-#include "utils/portal.h"
-#include "tcop/dest.h"
+#include <utils/portal.h>
+#include <tcop/dest.h>
+#include <nodes/memnodes.h>
extern MemoryContext PortalExecutorHeapMemory;